Updated woodpecker config to skip tests on packaging (since they would've already been run earlier)
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline was successful

This commit is contained in:
Gregory Ballantine 2022-07-17 14:14:55 -04:00
parent 2e55876076
commit b21d98ef73

View File

@ -14,7 +14,7 @@ pipeline:
image: maven:3-jdk-11
commands:
- apt update && apt install -y rpm
- mvn clean compile package
- mvn clean compile package -Dmaven.test.skip
when:
event: tag