Commit b3e83bdd authored by Albert Salim's avatar Albert Salim

Fix GITLAB_EDITION for gitlab ce

parent 31372511
......@@ -12,6 +12,8 @@ build-qa-image:
- .default-retry
- .review:rules:mr-and-schedule-auto
stage: prepare
variables:
GITLAB_EDITION: "ce"
script:
- '[[ ! -d "ee/" ]] || export GITLAB_EDITION="ee"'
- export QA_IMAGE="${CI_REGISTRY}/${CI_PROJECT_PATH}/gitlab-${GITLAB_EDITION}-qa:${CI_COMMIT_REF_SLUG}"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment