From e3526dac94128a97a79d4b1132a738fec2e39978 Mon Sep 17 00:00:00 2001 From: Fedor Katurov Date: Mon, 17 Jan 2022 17:25:35 +0700 Subject: [PATCH] (nextjs) fixed cache path: added restore step --- .drone.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index ade3327d..64f8309c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -90,5 +90,4 @@ steps: - name: cache path: /tmp/cache volumes: - - name: cache - temp: {} + cache: /tmp/cache