Updated woodpecker config for new OpenJDK docker image
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
aabf1d49a7
commit
88f63e040e
@ -2,7 +2,7 @@ pipeline:
|
||||
test:
|
||||
image: maven:3-openjdk-18
|
||||
commands:
|
||||
- apt update && apt install -y lsof
|
||||
- microdnf install -y lsof
|
||||
- mvn test
|
||||
|
||||
build:
|
||||
@ -13,7 +13,7 @@ pipeline:
|
||||
package:
|
||||
image: maven:3-openjdk-18
|
||||
commands:
|
||||
- apt update && apt install -y rpm
|
||||
- microdnf install -y rpm-build
|
||||
- mvn clean compile package -Dmaven.test.skip
|
||||
when:
|
||||
event: tag
|
||||
|
Loading…
Reference in New Issue
Block a user