diff --git a/scripts/build_assets_image b/scripts/build_assets_image index 0388cfa0c29..25b6060b6c4 100755 --- a/scripts/build_assets_image +++ b/scripts/build_assets_image @@ -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