Skip to content
Snippets Groups Projects
Unverified Commit 79eec047 authored by Rémy Coutable's avatar Rémy Coutable
Browse files

Pass $CI_COMMIT_TAG as GITLAB_TAG to the CNG triggered pipelines


Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent 4c6ad05c
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -140,6 +140,7 @@ module Trigger
# Back-compatibility until https://gitlab.com/gitlab-org/build/CNG/merge_requests/189 is merged
"GITLAB_#{edition}_VERSION" => ENV['CI_COMMIT_REF_NAME'],
"GITLAB_VERSION" => ENV['CI_COMMIT_REF_NAME'],
"GITLAB_TAG" => ENV['CI_COMMIT_TAG'],
"GITLAB_ASSETS_TAG" => ENV['CI_COMMIT_REF_SLUG'],
"#{edition}_PIPELINE" => 'true'
}
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment