summaryrefslogtreecommitdiff
path: root/scripts/trigger-build
diff options
context:
space:
mode:
authorCindy Pallares 🦉 <cindy@gitlab.com>2018-12-04 17:59:41 +0000
committerCindy Pallares 🦉 <cindy@gitlab.com>2018-12-04 17:59:41 +0000
commit254ccd50f8d5ed28a14e5f6076eb4f99bd037641 (patch)
tree6bd2e4193e6dc31afd17238194d92a8a3cf01d95 /scripts/trigger-build
parent900cbabc54fced54fdf0415cc64c98dcc082bbac (diff)
downloadgitlab-ce-revert-3f019419.tar.gz
Revert "Merge branch '11-5-stable-patch-2' into '11-5-stable'"revert-3f019419
This reverts merge request !23420
Diffstat (limited to 'scripts/trigger-build')
-rwxr-xr-xscripts/trigger-build1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/trigger-build b/scripts/trigger-build
index 83d1b095f42..dd0425b6472 100755
--- a/scripts/trigger-build
+++ b/scripts/trigger-build
@@ -106,7 +106,6 @@ 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'
}