更新ci.yml,使用epel阿里云镜像repo

This commit is contained in:
yangwei
2020-09-18 15:54:41 +08:00
parent ea4185727b
commit 92815d2d1f

View File

@@ -14,6 +14,7 @@ stages:
- cd $BUILD_PADDING_PREFIX/$CI_PROJECT_PATH
- chmod +x ./ci/travis.sh
script:
- wget -O /etc/yum.repos.d/epel.repo http://mirrors.aliyun.com/repo/epel-7.repo
- yum makecache fast
- ./ci/travis.sh
- cd build