From 391669a64dab0bd077cd93d953be1b64dbc395d6 Mon Sep 17 00:00:00 2001 From: zhang <431960018@qq.com> Date: Tue, 28 Nov 2023 10:15:11 +0800 Subject: [PATCH] test drone --- .drone.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.drone.yml b/.drone.yml index 24300f2..4b32030 100644 --- a/.drone.yml +++ b/.drone.yml @@ -34,6 +34,20 @@ steps: insecure: true tags: latest +# - name: rebuild-cache +# image: meltwater/drone-cache +# settings: +# backend: filesystem +# rebuild: true +# cache_key: "maven" +# archive_format: gzip +# filesystem_cache_root: "/var/lib/cache" +# mount: +# - "maven" +# volumes: +# - name: cache +# path: "/var/lib/cache" + # - name: notify # pull: if-not-exists # 如果镜像不存在则拉取,免去每次都要重新下载 # image: drillster/drone-email