From e73657f6b894efb9fa123ce2b0ea99c37d4d56f4 Mon Sep 17 00:00:00 2001 From: wangmenglan Date: Thu, 29 Dec 2022 14:29:36 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=88=20perf(TSG-13199):=20=E5=88=A0?= =?UTF-8?q?=E9=99=A4cache=E6=96=87=E4=BB=B6=EF=BC=8C=E9=98=B2=E6=AD=A2?= =?UTF-8?q?=E6=97=A0=E6=95=88=E6=96=87=E4=BB=B6=E6=B5=AA=E8=B4=B9=E7=A9=BA?= =?UTF-8?q?=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a4471060..79295869 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -19,7 +19,6 @@ variables: key: $BUILD_OS_CACHE_KEY paths: - images/ - policy: pull script: - yum install -y qemu-img qemu-kvm telnet net-tools procps-ng httpd - find / -name images @@ -40,6 +39,7 @@ variables: - ls -lh images - chmod +x ./tools/upload.sh - ./tools/upload.sh + - rm -rf images/* tags: - tsg-os-installer