Appease cacher.sh
continuous-integration/drone/push Build is passing Details
continuous-integration/drone Build was killed Details

This commit is contained in:
3wc 2023-11-17 13:34:09 +00:00
parent b287e4a387
commit bcdd246efc
1 changed files with 8 additions and 6 deletions

View File

@ -4,9 +4,10 @@ name: deploy to washweb.org
steps:
- name: restore-cache
image: drillster/drone-volume-cache
restore: true
mount:
- /usr/local/lib/R/site-library
settings:
restore: true
mount:
- /usr/local/lib/R/site-library
volumes:
- name: cache
path: /cache
@ -45,9 +46,10 @@ steps:
- dev
- name: rebuild-cache
image: drillster/drone-volume-cache
rebuild: true
mount:
- /usr/local/lib/R/site-library
settings:
rebuild: true
mount:
- /usr/local/lib/R/site-library
volumes:
- name: cache
path: /cache