提交 674a5b50 authored 作者: husishuai's avatar husishuai

test

上级 47551b37
流水线 #249 已通过 于阶段
......@@ -3,7 +3,6 @@ stages:
sonarqube-check:
stage: sonarqube-check
image: maven:3-eclipse-temurin-17
variables:
SONAR_USER_HOME: "${CI_PROJECT_DIR}/.sonar" # Defines the location of the analysis task cache
GIT_DEPTH: "0" # Tells git to fetch all the branches of the project, required by the analysis task
......@@ -12,7 +11,7 @@ sonarqube-check:
paths:
- .sonar/cache
script:
- mvn verify sonar:sonar
- echo "test...."
allow_failure: true
only:
- master
\ No newline at end of file
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论