Remove an empty line from YAML processor class
This commit is contained in:
parent
2c5a4cf571
commit
a6ead9d179
|
|
@ -20,7 +20,6 @@ module Ci
|
|||
raise ValidationError, e.message
|
||||
end
|
||||
|
||||
|
||||
def builds_for_stage_and_ref(stage, ref, tag = false, source = nil)
|
||||
jobs_for_stage_and_ref(stage, ref, tag, source).map do |name, _|
|
||||
build_attributes(name)
|
||||
|
|
|
|||
Loading…
Reference in New Issue