Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Administrator
Public Java Test
Commits
544b0422
Commit
544b0422
authored
Nov 30, 2023
by
shengnan hu
Browse files
test
parent
991e5028
Pipeline
#127
passed with stage
in 13 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
5 deletions
+7
-5
.gitlab-ci.yml
.gitlab-ci.yml
+7
-5
No files found.
.gitlab-ci.yml
View file @
544b0422
...
...
@@ -6,9 +6,9 @@ default:
stages
:
-
upload-mr-analysis
workflow
:
rules
:
-
if
:
$CI_MERGE_REQUEST_IID
#
workflow:
#
rules:
#
- if: $CI_MERGE_REQUEST_IID
variables
:
HUB_LOGIN_NAME
:
"
shengnan.hu"
# 登录名
...
...
@@ -33,8 +33,10 @@ upload-job:
# 需要设置 runner config:mac_address(固定IP 工具授权需要)
image
:
docker.ustchcs.com/ubuntu-javacli-quality:v3.0
allow_failure
:
false
rules
:
-
if
:
$CI_PIPELINE_SOURCE == "merge_request_event"
# rules:
# - if: $CI_PIPELINE_SOURCE == "merge_request_event"
only
:
-
schedules
# before_script:
# # 授权
# - locale-gen zh_CN
...
...
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