troubleshoot go cache location
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-01-04 14:36:10 +11:00
parent 023fdc22a6
commit 5e52813111
2 changed files with 10 additions and 7 deletions

View File

@@ -26,9 +26,9 @@ steps:
restore: true
cache_key: "volume"
archive_format: "gzip"
# filesystem_cache_root: "/tmp/cache"
mount:
- 'vendor'
filesystem_cache_root: "/tmp/cache"
#mount:
# - 'vendor'
volumes:
- name: cache
path: /tmp/cache
@@ -51,9 +51,9 @@ steps:
rebuild: true
cache_key: "volume"
archive_format: "gzip"
# filesystem_cache_root: "/tmp/cache"
mount:
- 'vendor'
filesystem_cache_root: "/tmp/cache"
#mount:
# - 'vendor'
volumes:
- name: cache
path: /tmp/cache