Updated woodpecker config for new OpenJDK docker image
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Gregory Ballantine 2022-08-30 00:37:11 -04:00
parent aabf1d49a7
commit 88f63e040e

View File

@ -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