Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/build_assets_image')
-rwxr-xr-xscripts/build_assets_image4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/build_assets_image b/scripts/build_assets_image
index b799947f73d..4b192ed5e22 100755
--- a/scripts/build_assets_image
+++ b/scripts/build_assets_image
@@ -33,8 +33,8 @@ if ([ "${CI_PROJECT_NAME}" = "gitlab" ] && [ "${FOSS_ONLY}" != "1" ]) || ([ "${C
ASSETS_IMAGE_NAME="gitlab-assets-ee"
fi
-# Generate this image for https://jihulab.com/gitlab-cn/gitlab and https://gitlab.com/gitlab-jh/jh-team/gitlab
-if ([ "${CI_PROJECT_NAMESPACE}" = "gitlab-cn" ] || [ "${CI_PROJECT_NAMESPACE}" = "gitlab-jh" ]); then
+# Generate this image for https://jihulab.com/gitlab-cn/gitlab
+if [ "${CI_PROJECT_NAMESPACE}" = "gitlab-cn" ]; then
ASSETS_IMAGE_NAME="gitlab-assets-jh"
fi