Remove an empty line from YAML processor class

This commit is contained in:
Grzegorz Bizon 2017-09-01 14:00:41 +02:00
parent 2c5a4cf571
commit a6ead9d179
1 changed files with 0 additions and 1 deletions

View File

@ -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)