From f48b50c940c6d2184a5dcdd0176f88c622efa1fc Mon Sep 17 00:00:00 2001 From: Lunny Xiao Date: Fri, 9 Apr 2021 21:25:01 +0800 Subject: [PATCH] Fix drone --- .drone.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.drone.yml b/.drone.yml index 265f9c92..84a13cda 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,7 +8,7 @@ steps: settings: backend: "filesystem" restore: true - cache_key: "cache" + cache_key: "volume" archive_format: "gzip" mount: - pkg.mod @@ -29,9 +29,6 @@ steps: - make vet - make test - make fmt-check - volumes: - - name: cache - path: /go when: event: - push