From d6ab44fdfa5918fb4692025b2fcdd0955edb318b Mon Sep 17 00:00:00 2001 From: Niels de Vos Date: Fri, 31 Jul 2020 15:02:11 +0200 Subject: [PATCH] ci: use dnf on CentOS-8 systems All bare-metal hosts that get reserved for tests are CentOS-8, so use dnf. Signed-off-by: Niels de Vos --- prepare.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prepare.sh b/prepare.sh index 94bc02cfd..d13e1eaee 100755 --- a/prepare.sh +++ b/prepare.sh @@ -73,7 +73,7 @@ done set -x -yum -y install git podman make +dnf -y install git podman make git clone --depth=1 --branch="${base}" "${gitrepo}" "${workdir}" cd "${workdir}"