From c57e4fd937c5ead16a786d51da4ad179e6a8748d Mon Sep 17 00:00:00 2001 From: ChronosXYZ Date: Thu, 19 Sep 2024 03:24:30 +0300 Subject: [PATCH] fix drone cache volume mounting when rebuilding --- .drone.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.drone.yml b/.drone.yml index e067a2d..d697578 100644 --- a/.drone.yml +++ b/.drone.yml @@ -35,6 +35,7 @@ steps: from_secret: rsync_key args: - --delete + - --recursive - name: rebuild-cache image: meltwater/drone-cache settings: @@ -45,6 +46,9 @@ steps: archive_format: "gzip" mount: - "node_modules" + volumes: + - name: cache + path: /tmp/cache volumes: - name: cache