Skip to content
代码片段 群组 项目
提交 ec82b15f 编辑于 作者: TianLu's avatar TianLu :golf:
浏览文件

Remove check namespace gitlab-jh when build asset image

上级 5e870549
No related branches found
No related tags found
无相关合并请求
......@@ -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
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册