mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-01-18 10:49:30 +00:00
ci: install make in centos ci
in centos 8 make doesnot come as default we need to install it. Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
This commit is contained in:
parent
954b2f42ea
commit
7d9ef78057
@ -73,7 +73,7 @@ done
|
|||||||
|
|
||||||
set -x
|
set -x
|
||||||
|
|
||||||
yum -y install git podman
|
yum -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