删除yum makecache的fast参数

This commit is contained in:
liuxueli
2022-03-30 10:11:30 +08:00
parent 214a126b56
commit 9e2c907aa0

View File

@@ -29,7 +29,7 @@ stages:
- cd $BUILD_PADDING_PREFIX/$CI_PROJECT_PATH
- chmod +x ./ci/travis.sh
script:
- yum makecache fast
- yum makecache
- ./ci/travis.sh
- cd build
tags: