From 76ecafe46995d4da4d8f9372f9226f6aaa179e47 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 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.drone.yml b/.drone.yml index e067a2d..fb633cf 100644 --- a/.drone.yml +++ b/.drone.yml @@ -45,6 +45,9 @@ steps: archive_format: "gzip" mount: - "node_modules" + volumes: + - name: cache + path: /tmp/cache volumes: - name: cache