From 313022c79ade12b735293bc11a659b6d281bc5ac Mon Sep 17 00:00:00 2001 From: "Balasankar \"Balu\" C" Date: Fri, 15 Mar 2019 19:07:09 +0530 Subject: Use gitlab-ce as default project name in asset image building Signed-off-by: Balasankar "Balu" C --- scripts/build_assets_image | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'scripts/build_assets_image') 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 -- cgit v1.2.1