mirror of
https://github.com/aljazceru/kata-containers.git
synced 2025-12-23 01:04:25 +01: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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user