Commit 544b0422 authored by shengnan hu's avatar shengnan hu
Browse files

test

parent 991e5028
Pipeline #127 passed with stage
in 13 seconds
...@@ -6,9 +6,9 @@ default: ...@@ -6,9 +6,9 @@ default:
stages: stages:
- upload-mr-analysis - upload-mr-analysis
workflow: # workflow:
rules: # rules:
- if: $CI_MERGE_REQUEST_IID # - if: $CI_MERGE_REQUEST_IID
variables: variables:
HUB_LOGIN_NAME: "shengnan.hu" # 登录名 HUB_LOGIN_NAME: "shengnan.hu" # 登录名
...@@ -33,8 +33,10 @@ upload-job: ...@@ -33,8 +33,10 @@ upload-job:
# 需要设置 runner config:mac_address(固定IP 工具授权需要) # 需要设置 runner config:mac_address(固定IP 工具授权需要)
image: docker.ustchcs.com/ubuntu-javacli-quality:v3.0 image: docker.ustchcs.com/ubuntu-javacli-quality:v3.0
allow_failure: false allow_failure: false
rules: # rules:
- if: $CI_PIPELINE_SOURCE == "merge_request_event" # - if: $CI_PIPELINE_SOURCE == "merge_request_event"
only:
- schedules
# before_script: # before_script:
# # 授权 # # 授权
# - locale-gen zh_CN # - locale-gen zh_CN
......
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