Commit a6ead9d1 authored by Grzegorz Bizon's avatar Grzegorz Bizon

Remove an empty line from YAML processor class

parent 2c5a4cf5
...@@ -20,7 +20,6 @@ module Ci ...@@ -20,7 +20,6 @@ module Ci
raise ValidationError, e.message raise ValidationError, e.message
end end
def builds_for_stage_and_ref(stage, ref, tag = false, source = nil) def builds_for_stage_and_ref(stage, ref, tag = false, source = nil)
jobs_for_stage_and_ref(stage, ref, tag, source).map do |name, _| jobs_for_stage_and_ref(stage, ref, tag, source).map do |name, _|
build_attributes(name) build_attributes(name)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment