From 5a70d0f27ae0d97c72145f08a6798bed54239a59 Mon Sep 17 00:00:00 2001 From: Nathan Coad Date: Thu, 4 Jan 2024 14:57:36 +1100 Subject: [PATCH] and again --- .drone.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index cfe8352..3f7354c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -26,7 +26,7 @@ steps: restore: true cache_key: '{{ .Repo.Name }}_{{ checksum "go.mod" }}_{{ checksum "go.sum" }}_{{ arch }}_{{ os }}' archive_format: "gzip" - filesystem_cache_root: "/go/cache" + filesystem_cache_root: "/go" local_root: / mount: - pkg.mod @@ -57,12 +57,12 @@ steps: rebuild: true cache_key: '{{ .Repo.Name }}_{{ checksum "go.mod" }}_{{ checksum "go.sum" }}_{{ arch }}_{{ os }}' archive_format: "gzip" - filesystem_cache_root: "/go/cache" + filesystem_cache_root: "/go" mount: - pkg.mod - pkg.build volumes: - - name: cache + - name: shared path: /go # Copy binary to test server