Pass FORCE_RAILS_IMAGE_BUILDS=true to the CNG triggered pipeline
Signed-off-by: Rémy Coutable <remy@rymai.me>
This commit is contained in:
parent
97037e4a11
commit
115966335b
1 changed files with 1 additions and 0 deletions
|
@ -142,6 +142,7 @@ module Trigger
|
||||||
"GITLAB_VERSION" => ENV['CI_COMMIT_REF_NAME'],
|
"GITLAB_VERSION" => ENV['CI_COMMIT_REF_NAME'],
|
||||||
"GITLAB_TAG" => ENV['CI_COMMIT_TAG'],
|
"GITLAB_TAG" => ENV['CI_COMMIT_TAG'],
|
||||||
"GITLAB_ASSETS_TAG" => ENV['CI_COMMIT_TAG'] ? ENV['CI_COMMIT_REF_NAME'] : ENV['CI_COMMIT_REF_SLUG'],
|
"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'
|
"#{edition}_PIPELINE" => 'true'
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue