From 1189f4b61cb1d0501a1dc953262b2ff8e08883d9 Mon Sep 17 00:00:00 2001 From: Gregory Ballantine Date: Sun, 15 Jan 2023 17:07:25 -0500 Subject: [PATCH] Changed dnf commands to apt for the new image --- .woodpecker.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 49926ff..ba85870 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -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