Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib/ci
diff options
context:
space:
mode:
authorGrzegorz Bizon <grzesiek.bizon@gmail.com>2017-09-01 15:00:41 +0300
committerGrzegorz Bizon <grzesiek.bizon@gmail.com>2017-09-01 15:00:41 +0300
commita6ead9d17966dd0fca7c5810947eebf818d524b3 (patch)
treeca6e6b8f0012cb9e255164bc60ae0aacd885a523 /lib/ci
parent2c5a4cf571a1ee3c7f09c4fc853d609f7e1c826d (diff)
Remove an empty line from YAML processor class
Diffstat (limited to 'lib/ci')
-rw-r--r--lib/ci/gitlab_ci_yaml_processor.rb1
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)