Use gitlab-ce as default project name in asset image building
Signed-off-by: Balasankar "Balu" C <balasankar@gitlab.com>
This commit is contained in:
parent
de2106998a
commit
313022c79a
1 changed files with 2 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue