删除yum makecache的fast参数

This commit is contained in:
liuxueli
2022-04-01 15:16:39 +08:00
parent b3057623dc
commit 7af627be70

View File

@@ -16,7 +16,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:
@@ -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: