Skip to content

Commit b53fd98

Browse files
authored
fix: Fix code check (opentiny#190)
1 parent b00246e commit b53fd98

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
@@ -5,7 +5,7 @@ steps:
55
- checkout
66
- sh:
77
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
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
99
effect_tool: spotbugs
1010
tool_params:
1111
secsolar:

0 commit comments

Comments
 (0)