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:
Madhu Rajanna 2020-08-03 11:43:00 +05:30 committed by mergify[bot]
parent 954b2f42ea
commit 7d9ef78057

View File

@ -73,7 +73,7 @@ done
set -x
yum -y install git podman
yum -y install git podman make
git clone --depth=1 --branch="${base}" "${gitrepo}" "${workdir}"
cd "${workdir}"