From a473f845a775dbdea1a3f4baef0621fee06f270d Mon Sep 17 00:00:00 2001 From: Nick Dumas Date: Wed, 3 Jul 2024 11:19:35 -0400 Subject: [PATCH] Trying to target the right directory --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index b09e19f..f2e6fe2 100644 --- a/.drone.yml +++ b/.drone.yml @@ -10,7 +10,7 @@ steps: image: drillster/drone-volume-cache volumes: - name: go_module_cache - path: /drone/src/hugo_cache/ + path: /var/cache/go/hugo_cache/ settings: restore: true mount: @@ -107,7 +107,7 @@ steps: image: drillster/drone-volume-cache volumes: - name: go_module_cache - path: /drone/src/hugo_cache/ + path: /var/cache/go/hugo_cache/ settings: rebuild: true mount: