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:
authorRémy Coutable <remy@rymai.me>2018-11-21 12:55:59 +0300
committerRémy Coutable <remy@rymai.me>2018-11-22 11:32:36 +0300
commitb57c1fa71ce04e4f24b4499883839f3b75df72bd (patch)
treee83e0a8c70454fcb97c1b7e9cf0bc9c75571db42 /scripts
parent9a1952bf6019ef152939eb1a63e12b3aa595c793 (diff)
Pass GITLAB_REF_SLUG to the Omnibus triggers
Signed-off-by: Rémy Coutable <remy@rymai.me>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/trigger-build1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/trigger-build b/scripts/trigger-build
index 873c41db456..d02acd01a2a 100755
--- a/scripts/trigger-build
+++ b/scripts/trigger-build
@@ -106,6 +106,7 @@ module Trigger
def extra_variables
{
'GITLAB_VERSION' => ENV['CI_COMMIT_SHA'],
+ 'GITLAB_REF_SLUG' => ENV['CI_COMMIT_REF_SLUG'],
'ALTERNATIVE_SOURCES' => 'true',
'ee' => Trigger.ee? ? 'true' : 'false',
'QA_BRANCH' => ENV['QA_BRANCH'] || 'master'