There was an error while loading. Please reload this page.
1 parent 9de223d commit b00246eCopy full SHA for b00246e
.codecheck/check.yml
@@ -4,7 +4,7 @@ steps:
4
pre_codecheck:
5
- checkout
6
- sh:
7
- command:
+ command: |
8
cd${WORKSPACE}/code && export PATH=/opt/buildtools/maven/apache-maven-3.6.3/bin:$PATH && mvn -version && mvn clean compile -Dmaven.test.skip=true -gs /usr1/maven/settings/cbu-maven-user-settings.xml -S /usr1/maven/settings/cbu-maven-user-settings.xml
9
effect_tool: spotbugs
10
tool_params:
0 commit comments