From 7af627be70db796a38341f321812db39e30ea56f Mon Sep 17 00:00:00 2001 From: liuxueli Date: Fri, 1 Apr 2022 15:16:39 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4yum=20makecache=E7=9A=84fast?= =?UTF-8?q?=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitlab-ci.yml | 4 ++-- 1 file 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: