更新ci.yml,使用epel阿里云镜像repo
This commit is contained in:
@@ -14,6 +14,7 @@ stages:
|
|||||||
- cd $BUILD_PADDING_PREFIX/$CI_PROJECT_PATH
|
- cd $BUILD_PADDING_PREFIX/$CI_PROJECT_PATH
|
||||||
- chmod +x ./ci/travis.sh
|
- chmod +x ./ci/travis.sh
|
||||||
script:
|
script:
|
||||||
|
- wget -O /etc/yum.repos.d/epel.repo http://mirrors.aliyun.com/repo/epel-7.repo
|
||||||
- yum makecache fast
|
- yum makecache fast
|
||||||
- ./ci/travis.sh
|
- ./ci/travis.sh
|
||||||
- cd build
|
- cd build
|
||||||
|
|||||||
Reference in New Issue
Block a user