From 42e15c7176b153afc47037d47c4d94be6a7ed6f3 Mon Sep 17 00:00:00 2001 From: Nathan Coad Date: Thu, 4 Jan 2024 14:56:41 +1100 Subject: [PATCH] change cache root --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 8233e7b..cfe8352 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: "/tmp/cache" + filesystem_cache_root: "/go/cache" local_root: / mount: - pkg.mod @@ -57,7 +57,7 @@ steps: rebuild: true cache_key: '{{ .Repo.Name }}_{{ checksum "go.mod" }}_{{ checksum "go.sum" }}_{{ arch }}_{{ os }}' archive_format: "gzip" - #filesystem_cache_root: "/tmp/cache" + filesystem_cache_root: "/go/cache" mount: - pkg.mod - pkg.build