ci: Remove debug output

This commit is contained in:
qianmoQ 2022-09-29 22:58:06 +08:00
parent 0b6a851870
commit 9484f69e01
2 changed files with 4 additions and 4 deletions

View File

@ -24,7 +24,7 @@ jobs:
java-version: '11'
distribution: 'temurin'
- run: chmod 755 ./mvnw
- run: ./mvnw clean install checkstyle:checkstyle -Dfindbugs.skip -Dskip.npm -DskipTests=true -X
- run: ./mvnw clean install checkstyle:checkstyle -Dfindbugs.skip -Dskip.npm -DskipTests=true
before_checker_bugs:
runs-on: ubuntu-latest
@ -39,7 +39,7 @@ jobs:
java-version: '11'
distribution: 'temurin'
- run: chmod 755 ./mvnw
- run: ./mvnw clean install findbugs:findbugs -Dcheckstyle.skip -Dskip.npm -DskipTests=true -X
- run: ./mvnw clean install findbugs:findbugs -Dcheckstyle.skip -Dskip.npm -DskipTests=true
before_checker_package:
runs-on: ubuntu-latest
@ -56,4 +56,4 @@ jobs:
java-version: '11'
distribution: 'temurin'
- run: chmod 755 ./mvnw
- run: ./mvnw clean install package -Dfindbugs.skip -Dcheckstyle.skip -DskipTests=true -X
- run: ./mvnw clean install package -Dfindbugs.skip -Dcheckstyle.skip -DskipTests=true

View File

@ -16,7 +16,7 @@ jobs:
- name: Chmod
run: chmod 755 ./mvnw
- name: Package
run: ./mvnw clean install package -Dfindbugs.skip -Dcheckstyle.skip -DskipTests=true -X
run: ./mvnw clean install package -Dfindbugs.skip -Dcheckstyle.skip -DskipTests=true
- name: Upload
uses: AEnterprise/rsync-deploy@v1.0
env: