Trying to target the right directory
continuous-integration/drone/push Build was killed Details

drafts
Nick Dumas 5 months ago
parent 84f38afc59
commit a473f845a7

@ -10,7 +10,7 @@ steps:
image: drillster/drone-volume-cache image: drillster/drone-volume-cache
volumes: volumes:
- name: go_module_cache - name: go_module_cache
path: /drone/src/hugo_cache/ path: /var/cache/go/hugo_cache/
settings: settings:
restore: true restore: true
mount: mount:
@ -107,7 +107,7 @@ steps:
image: drillster/drone-volume-cache image: drillster/drone-volume-cache
volumes: volumes:
- name: go_module_cache - name: go_module_cache
path: /drone/src/hugo_cache/ path: /var/cache/go/hugo_cache/
settings: settings:
rebuild: true rebuild: true
mount: mount:

Loading…
Cancel
Save