mirror of
https://github.com/nasa/trick.git
synced 2024-12-18 20:57:55 +00:00
CI testing
This commit is contained in:
parent
f3c0fbd0a6
commit
1f6cebfc3c
5
.github/workflows/test_linux.yml
vendored
5
.github/workflows/test_linux.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user