Skip to content

Commit b00246e

Browse files
authored
fix: Fix code check bug (#189)
*fix: Fix code check bug
1 parent 9de223d commit b00246e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.codecheck/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ steps:
44
pre_codecheck:
55
- checkout
66
- sh:
7-
command:
7+
command: |
88
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
99
effect_tool: spotbugs
1010
tool_params:

0 commit comments

Comments
 (0)