File tree Expand file tree Collapse file tree 2 files changed +1
-11
lines changed Expand file tree Collapse file tree 2 files changed +1
-11
lines changed Original file line number Diff line number Diff line change @@ -1013,17 +1013,6 @@ jobs:
10131013 dist_tag=$(rpm --eval '%{?dist}')
10141014 echo "dist-tag=${dist_tag}" >> "${GITHUB_OUTPUT}"
10151015
1016- - name : Patch CentOS Stream 8 repository URLs
1017- if : >-
1018- matrix.target-container.tag == 'centos/centos:stream8'
1019- run : >-
1020- sed -i
1021- -e 's/mirrorlist/#mirrorlist/g'
1022- -e
1023- 's|#baseurl=http://mirror.centos.org|baseurl=http://vault.centos.org|g'
1024- /etc/yum.repos.d/CentOS-*
1025- shell : bash -eEuo pipefail {0}
1026-
10271016 - name : Enable EPEL repository
10281017 if : contains(matrix.target-container.tag, 'centos')
10291018 run : dnf install --assumeyes epel-release
Original file line number Diff line number Diff line change 1+ Removed needless step from CI adjusting centos8 repositories -- by :user: `Jakuje `.
You can’t perform that action at this time.
0 commit comments