mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-01-29 16:19:29 +00:00
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:
parent
7d9ef78057
commit
d6ab44fdfa
@ -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}"
|
||||
|
Loading…
Reference in New Issue
Block a user