Changed dnf commands to apt for the new image
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
This commit is contained in:
parent
0f5b9eb45a
commit
1189f4b61c
@ -2,7 +2,7 @@ pipeline:
|
||||
test:
|
||||
image: maven:3-eclipse-temurin-17
|
||||
commands:
|
||||
- microdnf install -y lsof
|
||||
- apt install -y lsof
|
||||
- mvn test
|
||||
|
||||
build:
|
||||
@ -13,7 +13,7 @@ pipeline:
|
||||
package:
|
||||
image: maven:3-eclipse-temurin-17
|
||||
commands:
|
||||
- microdnf install -y rpm-build
|
||||
- apt install -y rpm
|
||||
- mvn clean compile package -Dmaven.test.skip
|
||||
when:
|
||||
event: tag
|
||||
|
Loading…
Reference in New Issue
Block a user