diff options
author | Rémy Coutable <remy@rymai.me> | 2018-11-21 10:55:59 +0100 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2018-11-22 09:32:36 +0100 |
commit | b57c1fa71ce04e4f24b4499883839f3b75df72bd (patch) | |
tree | e83e0a8c70454fcb97c1b7e9cf0bc9c75571db42 /scripts | |
parent | 9a1952bf6019ef152939eb1a63e12b3aa595c793 (diff) | |
download | gitlab-ce-b57c1fa71ce04e4f24b4499883839f3b75df72bd.tar.gz |
Pass GITLAB_REF_SLUG to the Omnibus triggers54293-fetch-assets-job-times-out-so-package-and-qa-jobs-can-t-complete
Signed-off-by: Rémy Coutable <remy@rymai.me>
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/trigger-build | 1 |
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' |