From b57c1fa71ce04e4f24b4499883839f3b75df72bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9my=20Coutable?= Date: Wed, 21 Nov 2018 10:55:59 +0100 Subject: Pass GITLAB_REF_SLUG to the Omnibus triggers MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Rémy Coutable --- scripts/trigger-build | 1 + 1 file changed, 1 insertion(+) 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' -- cgit v1.2.1