diff options
| author | liuxueli <[email protected]> | 2022-04-01 15:16:39 +0800 |
|---|---|---|
| committer | liuxueli <[email protected]> | 2022-04-01 15:16:39 +0800 |
| commit | 7af627be70db796a38341f321812db39e30ea56f (patch) | |
| tree | 9b7e70d4c11fdbbad54f143844128b6c285a4ae8 | |
| parent | b3057623dcde6e7780b6770d442277f5f81a7de4 (diff) | |
删除yum makecache的fast参数v1.0.11
| -rw-r--r-- | .gitlab-ci.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ac27c74..4f9ac94 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: |
