Updated woodpecker config to skip tests on packaging (since they would've already been run earlier)
This commit is contained in:
parent
2e55876076
commit
b21d98ef73
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user