CI testing

This commit is contained in:
Pherring04 2024-07-02 12:42:38 -05:00
parent f3c0fbd0a6
commit 1f6cebfc3c

View File

@ -95,10 +95,15 @@ jobs:
- cfg: { arch: rhel, arch_ver: 7 }
pkg_mgr: yum
conf_pkg: |
echo -----
ls .
echo -----
ls /etc/
echo -----
ls /etc/yum.repos.d/
echo -----
ls /etc/yum.repos.d/CentOS-Linux-*
echo -----
sed -i -e "s|mirrorlist=|#mirrorlist=|g" -e "s|#baseurl=http://mirror.centos.org|baseurl=http://vault.centos.org|g" /etc/yum.repos.d/CentOS-Linux-* &&
yum -y install epel-release
yum -y update