From 115966335b135161002b484a859a83b7d0bb51ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9my=20Coutable?= Date: Tue, 4 Jun 2019 18:11:48 +0200 Subject: Pass FORCE_RAILS_IMAGE_BUILDS=true to the CNG triggered pipeline 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(+) (limited to 'scripts') 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 -- cgit v1.2.3