From d4560e7c11a1857634a6228d7fb1999eb15c72ff Mon Sep 17 00:00:00 2001 From: Fedor Katurov <gotham48@gmail.com> Date: Mon, 17 Jan 2022 17:09:56 +0700 Subject: [PATCH] (nextjs) fixed cache path --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index 01308752..479ead53 100644 --- a/.drone.yml +++ b/.drone.yml @@ -16,6 +16,7 @@ steps: settings: backend: "filesystem" restore: true + filesystem-cache-root: "/tmp" cache_key: '{{ .Repo.Name }}_{{ checksum "package.json" }}_{{ checksum "yarn.lock" }}_{{ arch }}_{{ os }}' archive_format: "gzip" mount: