Commit c1ba8a8d authored by 周志鹏's avatar 周志鹏 😑
Browse files

Revert "Update .gitlab-ci-4-front-obs.yml"

This reverts commit 872c26aa
parent 872c26aa
......@@ -40,12 +40,12 @@ build_core:
if [[ $temp_ref_name =~ ^release-.*$ ]];then
enableCiList="吴华真、李侃、熊建国、赵通、周志鹏、陈翔、超级管理员、Administrator"
echo ${GITLAB_USER_NAME}
#if [[ $enableCiList =~ ${GITLAB_USER_NAME} ]]; then
# echo "拥有ci权限"
#else
# echo "非迭代发布期间,只有$enableCiList能触发$temp_ref_name的CI"
# exit 1
#fi
if [[ $enableCiList =~ ${GITLAB_USER_NAME} ]]; then
echo "拥有ci权限"
else
echo "非迭代发布期间,只有$enableCiList能触发$temp_ref_name的CI"
exit 1
fi
temp_ref_name="master-micro"
fi
if [ -n "$ci_b" ];then
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment