🎈 perf(TSG-13199): 删除cache文件,防止无效文件浪费空间

This commit is contained in:
wangmenglan
2022-12-29 14:29:36 +08:00
parent 53d3d58da9
commit e73657f6b8

View File

@@ -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