Merge pull request #1738 from nasa/CentOS-Mirrorlink-Fix

CentOS CI Fix
This commit is contained in:
Pherring04 2024-07-02 14:59:31 -05:00 committed by GitHub
commit 3835379acb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -95,6 +95,7 @@ jobs:
- cfg: { arch: rhel, arch_ver: 7 }
pkg_mgr: yum
conf_pkg: |
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-* &&
yum -y install epel-release
yum -y update
yum -y install wget