mirror of
https://gitee.com/devlive-community/datacap.git
synced 2024-11-30 02:57:37 +08:00
ci: Remove debug output
This commit is contained in:
parent
0b6a851870
commit
9484f69e01
6
.github/workflows/bofore_checker.yml
vendored
6
.github/workflows/bofore_checker.yml
vendored
@ -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
|
||||
|
2
.github/workflows/publish-selfhost.yml
vendored
2
.github/workflows/publish-selfhost.yml
vendored
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user