Commit f59728a2 authored by Marin Jankovski's avatar Marin Jankovski

Merge branch 'fix-asset-image-name' into 'master'

Use new project names in asset image generation

See merge request gitlab-org/gitlab!16541
parents 8c5bed72 2dd30b6f
...@@ -8,7 +8,7 @@ fi ...@@ -8,7 +8,7 @@ fi
# Generate the image name based on the project this is being run in # Generate the image name based on the project this is being run in
ASSETS_IMAGE_NAME="gitlab-assets-ce" ASSETS_IMAGE_NAME="gitlab-assets-ce"
if [[ "${CI_PROJECT_NAME}" == "gitlab-ee" ]] if [[ "${CI_PROJECT_NAME}" == "gitlab" ]]
then then
ASSETS_IMAGE_NAME="gitlab-assets-ee" ASSETS_IMAGE_NAME="gitlab-assets-ee"
fi fi
......
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