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:
|
test:
|
||||||
image: maven:3-eclipse-temurin-17
|
image: maven:3-eclipse-temurin-17
|
||||||
commands:
|
commands:
|
||||||
- microdnf install -y lsof
|
- apt install -y lsof
|
||||||
- mvn test
|
- mvn test
|
||||||
|
|
||||||
build:
|
build:
|
||||||
@ -13,7 +13,7 @@ pipeline:
|
|||||||
package:
|
package:
|
||||||
image: maven:3-eclipse-temurin-17
|
image: maven:3-eclipse-temurin-17
|
||||||
commands:
|
commands:
|
||||||
- microdnf install -y rpm-build
|
- apt install -y rpm
|
||||||
- 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