mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-29 08:47:56 +00:00
CI: Install epel-repositories for centos
yamllint and moreutils packages are available in the epel repositories from centos. Signed-off-by: Salvador Fuentes <salvador.fuentes@intel.com>
This commit is contained in:
parent
9f84cc8f1c
commit
70155353a1
@ -20,6 +20,7 @@ install_bats
|
|||||||
if [ "$ID" == fedora ];then
|
if [ "$ID" == fedora ];then
|
||||||
sudo -E dnf -y install automake yamllint coreutils moreutils
|
sudo -E dnf -y install automake yamllint coreutils moreutils
|
||||||
elif [ "$ID" == centos ];then
|
elif [ "$ID" == centos ];then
|
||||||
|
sudo -E yum -y install epel-release
|
||||||
sudo -E yum -y install automake yamllint coreutils moreutils
|
sudo -E yum -y install automake yamllint coreutils moreutils
|
||||||
elif [ "$ID" == ubuntu ];then
|
elif [ "$ID" == ubuntu ];then
|
||||||
sudo apt-get -qq update
|
sudo apt-get -qq update
|
||||||
|
Loading…
Reference in New Issue
Block a user