diff options
author | Grzegorz Bizon <grzesiek.bizon@gmail.com> | 2017-09-01 14:00:41 +0200 |
---|---|---|
committer | Grzegorz Bizon <grzesiek.bizon@gmail.com> | 2017-09-01 14:00:41 +0200 |
commit | a6ead9d17966dd0fca7c5810947eebf818d524b3 (patch) | |
tree | ca6e6b8f0012cb9e255164bc60ae0aacd885a523 /lib/ci | |
parent | 2c5a4cf571a1ee3c7f09c4fc853d609f7e1c826d (diff) | |
download | gitlab-ce-a6ead9d17966dd0fca7c5810947eebf818d524b3.tar.gz |
Remove an empty line from YAML processor class
Diffstat (limited to 'lib/ci')
-rw-r--r-- | lib/ci/gitlab_ci_yaml_processor.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/ci/gitlab_ci_yaml_processor.rb b/lib/ci/gitlab_ci_yaml_processor.rb index d3551907969..62b44389b15 100644 --- a/lib/ci/gitlab_ci_yaml_processor.rb +++ b/lib/ci/gitlab_ci_yaml_processor.rb @@ -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) |