We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90c6590 commit 59ad9b1Copy full SHA for 59ad9b1
.github/workflows/ci-cd.yml
@@ -1013,17 +1013,6 @@ jobs:
1013
dist_tag=$(rpm --eval '%{?dist}')
1014
echo "dist-tag=${dist_tag}" >> "${GITHUB_OUTPUT}"
1015
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
-
1027
- name: Enable EPEL repository
1028
if: contains(matrix.target-container.tag, 'centos')
1029
run: dnf install --assumeyes epel-release
docs/changelog-fragments/716.contrib.rst
@@ -0,0 +1 @@
1
+Removed needless step from CI adjusting centos8 repositories -- by :user:`Jakuje`.
0 commit comments