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 <ndevos@redhat.com>
This commit is contained in:
Niels de Vos 2020-07-31 15:02:11 +02:00 committed by mergify[bot]
parent 7d9ef78057
commit d6ab44fdfa

View File

@ -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}"