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: test:
image: maven:3-openjdk-18 image: maven:3-openjdk-18
commands: commands:
- apt update && apt install -y lsof - microdnf install -y lsof
- mvn test - mvn test
build: build:
@ -13,7 +13,7 @@ pipeline:
package: package:
image: maven:3-openjdk-18 image: maven:3-openjdk-18
commands: commands:
- apt update && apt install -y rpm - microdnf install -y rpm-build
- mvn clean compile package -Dmaven.test.skip - mvn clean compile package -Dmaven.test.skip
when: when:
event: tag event: tag