mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-02-06 11:29:30 +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
|
set -x
|
||||||
|
|
||||||
yum -y install git podman make
|
dnf -y install git podman make
|
||||||
|
|
||||||
git clone --depth=1 --branch="${base}" "${gitrepo}" "${workdir}"
|
git clone --depth=1 --branch="${base}" "${gitrepo}" "${workdir}"
|
||||||
cd "${workdir}"
|
cd "${workdir}"
|
||||||
|
Loading…
Reference in New Issue
Block a user