diff options
-rwxr-xr-x | scripts/trigger-build | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/trigger-build b/scripts/trigger-build index 0b5fd5995dd..edf6530c3b9 100755 --- a/scripts/trigger-build +++ b/scripts/trigger-build @@ -117,7 +117,8 @@ module Trigger { "GITLAB_#{edition}_VERSION" => ENV['CI_COMMIT_REF_NAME'], - "#{edition}_PIPELINE" => 'true' + "#{edition}_PIPELINE" => 'true', + "COMPILE_ASSETS" => 'true' } end |