ci testing

This commit is contained in:
Pherring04 2024-07-02 09:16:04 -05:00
parent 37e273a024
commit 3fb87b8f9c

View File

@ -130,7 +130,9 @@ jobs:
- cfg: { os: centos, tag: latest }
pkg_mgr: dnf
conf_pkg: >
grep -Ir mirrorlist /etc/yum.repos.d/CentOS-Linux-* &&
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-* &&
grep -Ir mirrorlist /etc/yum.repos.d/CentOS-Linux-* &&
dnf -y install epel-release &&
dnf -y update &&
dnf install -y 'dnf-command(config-manager)' &&