Commit c4305bca authored by 肖健鑫's avatar 肖健鑫
Browse files

Update .gitlab-ci.yml

parent 8e1924f8
......@@ -20,9 +20,9 @@ variables:
CAFEHUNTER_CLI_LICENSE_PATH: "/root/analysis-tool/Hub-ci.txt" # 授权文件
CAFEHUNTER_CLI_CONFIG_PATH: "/root/analysis-tool/config.yml" # 规则配置文件
# 根据项目进行配置
HUB_PROJECT_ID: "9" # 对应平台项目Id
HUB_PROJECT_ID: "21" # 对应平台项目Id
REPOSITORY_FULL_PATH: "/builds/root/public-java-test" # 项目绝对路径,供套件分析
REPOSITORY_NAME: "public-java-test" # 项目名称
REPOSITORY_NAME: "xiao-java" # 项目名称
upload-job:
......@@ -63,4 +63,4 @@ upload-job:
after_script:
- "git branch -d tmp-$CI_JOB_ID-$CI_JOB_NAME"
- "git checkout $CI_COMMIT_SHA"
- "git branch -D $CI_COMMIT_REF_NAME"
\ No newline at end of file
- "git branch -D $CI_COMMIT_REF_NAME"
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