summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2019-06-04 18:11:48 +0200
committerRémy Coutable <remy@rymai.me>2019-06-12 13:22:12 +0200
commit115966335b135161002b484a859a83b7d0bb51ea (patch)
treed134f1710e11cf21d74c235509f32e299023b531
parent97037e4a11afc3c86702ba9b97c8ace9abe65f3b (diff)
downloadgitlab-ce-115966335b135161002b484a859a83b7d0bb51ea.tar.gz
Pass FORCE_RAILS_IMAGE_BUILDS=true to the CNG triggered pipeline
Signed-off-by: Rémy Coutable <remy@rymai.me>
-rwxr-xr-xscripts/trigger-build1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/trigger-build b/scripts/trigger-build
index 9c5fc3c76a5..52bc61cac56 100755
--- a/scripts/trigger-build
+++ b/scripts/trigger-build
@@ -142,6 +142,7 @@ module Trigger
"GITLAB_VERSION" => ENV['CI_COMMIT_REF_NAME'],
"GITLAB_TAG" => ENV['CI_COMMIT_TAG'],
"GITLAB_ASSETS_TAG" => ENV['CI_COMMIT_TAG'] ? ENV['CI_COMMIT_REF_NAME'] : ENV['CI_COMMIT_REF_SLUG'],
+ "FORCE_RAILS_IMAGE_BUILDS" => 'true',
"#{edition}_PIPELINE" => 'true'
}
end