Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
甄云科技-SRM产品平台
srm-devops
Commits
c1ba8a8d
Commit
c1ba8a8d
authored
2 years ago
by
周志鹏
😑
Browse files
Options
Download
Email Patches
Plain Diff
Revert "Update .gitlab-ci-4-front-obs.yml"
This reverts commit
872c26aa
parent
872c26aa
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
gitlab-ci/.gitlab-ci-4-front-obs.yml
gitlab-ci/.gitlab-ci-4-front-obs.yml
+6
-6
No files found.
gitlab-ci/.gitlab-ci-4-front-obs.yml
View file @
c1ba8a8d
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment