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:
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user