Skip to content

Commit 59ad9b1

Browse files
committed
ci: Remove unused patching of centos8 stream repository
Signed-off-by: Jakub Jelen <[email protected]>
1 parent 90c6590 commit 59ad9b1

File tree

2 files changed

+1
-11
lines changed

2 files changed

+1
-11
lines changed

.github/workflows/ci-cd.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff 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
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Removed needless step from CI adjusting centos8 repositories -- by :user:`Jakuje`.

0 commit comments

Comments
 (0)