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 38df99b commit 4e1bbafCopy full SHA for 4e1bbaf
.github/workflows/main.yml
@@ -86,7 +86,7 @@ jobs:
86
mkdir -p ${pwd_path}/packages
87
docker run -itd -v ${pwd_path}:${pwd_path} --name centos7Instance --net="host" docker.io/centos:7 /bin/bash
88
echo install rpmdevtools ing...
89
- docker exec -t centos7Instance curl -so /etc/yum.repos.d/CentOS-Base.repo https://mirrors.wlnmp.com/centos/Centos7-aliyun-x86_64.repo
+ docker exec -t centos7Instance curl -so /etc/yum.repos.d/CentOS-Base.repo https://mirrors.aliyun.com/repo/Centos-7.repo
90
docker exec -t centos7Instance yum install -y rpmdevtools>/dev/null
91
echo install rpmdevtools Finish.
92
work_path="${pwd_path}/build/rpm/"
0 commit comments