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 97241cb
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,14 @@ jobs:
options: --privileged

steps:
- name: modify centos repo
if: matrix.package == 'rpm' && matrix.image == 'centos:7'
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 97241cb

Please sign in to comment.