Skip to content

Commit

Permalink
modify centos repo
Browse files Browse the repository at this point in the history
  • Loading branch information
Water-Melon committed Sep 20, 2024
1 parent 19b1e2e commit 673df06
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,15 @@ jobs:
options: --privileged

steps:
- name: modify centos repo
if: matrix.package == 'rpm' && matrix.image == 'centos:7'
run: |
sed -i 's|^mirrorlist=|#mirrorlist=|g' /etc/yum.repos.d/CentOS-Base.repo
sed -i 's|^#baseurl=http://mirror.centos.org|baseurl=http://vault.centos.org|g' /etc/yum.repos.d/CentOS-Base.repo
sed -i 's|$releasever|7.9.2009|g' /etc/yum.repos.d/CentOS-Base.repo
yum clean all
yum makecache
- name: Early Rpm Setup
if: matrix.package == 'rpm' && matrix.image != ''
run: |
Expand Down

0 comments on commit 673df06

Please sign in to comment.