From 92815d2d1f3cf15725d39104c78c6b00b9f58020 Mon Sep 17 00:00:00 2001 From: yangwei Date: Fri, 18 Sep 2020 15:54:41 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0ci.yml=EF=BC=8C=E4=BD=BF?= =?UTF-8?q?=E7=94=A8epel=E9=98=BF=E9=87=8C=E4=BA=91=E9=95=9C=E5=83=8Frepo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7caa890..56e59da 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -14,6 +14,7 @@ stages: - cd $BUILD_PADDING_PREFIX/$CI_PROJECT_PATH - chmod +x ./ci/travis.sh script: + - wget -O /etc/yum.repos.d/epel.repo http://mirrors.aliyun.com/repo/epel-7.repo - yum makecache fast - ./ci/travis.sh - cd build