From b287e4a3870eee3b0c8b8a135f59d85a94578593 Mon Sep 17 00:00:00 2001 From: 3wc <3wc.github@doesthisthing.work> Date: Fri, 17 Nov 2023 13:20:29 +0000 Subject: [PATCH] Tweak cache volume definition --- .drone.yml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 20a2588..1348cdc 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,7 +8,8 @@ steps: mount: - /usr/local/lib/R/site-library volumes: - - /tmp/cache:/cache + - name: cache + path: /cache - name: build quarto site image: cynkra/quarto-r:1.4.169-4.3.1 commands: @@ -48,4 +49,11 @@ steps: mount: - /usr/local/lib/R/site-library volumes: - - /tmp/cache:/cache + - name: cache + path: /cache + + +volumes: +- name: cache + host: + path: /tmp/drone/cache