Commit 313022c7 authored by Balasankar "Balu" C's avatar Balasankar "Balu" C

Use gitlab-ce as default project name in asset image building

Signed-off-by: default avatarBalasankar "Balu" C <balasankar@gitlab.com>
parent de210699
......@@ -7,10 +7,8 @@ then
fi
# Generate the image name based on the project this is being run in
if [[ "${CI_PROJECT_NAME}" == "gitlab-ce" ]] || [[ "${CI_PROJECT_NAME}" == "gitlabhq" ]]
then
ASSETS_IMAGE_NAME="gitlab-assets-ce"
elif [[ "${CI_PROJECT_NAME}" == "gitlab-ee" ]]
ASSETS_IMAGE_NAME="gitlab-assets-ce"
if [[ "${CI_PROJECT_NAME}" == "gitlab-ee" ]]
then
ASSETS_IMAGE_NAME="gitlab-assets-ee"
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