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
diff options
context:
space:
mode:
authorGrzegorz Bizon <grzesiek.bizon@gmail.com>2017-10-11 15:48:28 +0300
committerGrzegorz Bizon <grzesiek.bizon@gmail.com>2017-10-11 15:48:28 +0300
commiteedf43d69bb2d3e5ed73b751565beb5d1badd8c7 (patch)
treeea67eb96dea8f7b236a7161bfb524b601efd1a31 /lib/gitlab/ci
parent54f490a455dea705908d5e262fb5fe205147fa09 (diff)
Set pipeline config source attribute in a build step
Diffstat (limited to 'lib/gitlab/ci')
-rw-r--r--lib/gitlab/ci/pipeline/chain/build.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/gitlab/ci/pipeline/chain/build.rb b/lib/gitlab/ci/pipeline/chain/build.rb
index efd1da733c5..a126dded1ae 100644
--- a/lib/gitlab/ci/pipeline/chain/build.rb
+++ b/lib/gitlab/ci/pipeline/chain/build.rb
@@ -18,6 +18,8 @@ module Gitlab
pipeline_schedule: @command.schedule,
protected: protected_ref?
)
+
+ @pipeline.set_config_source
end
def break?