From 31df449eaea49d7a2d9e36a80b92671ce4fc7892 Mon Sep 17 00:00:00 2001 From: Fedor Katurov Date: Mon, 17 Jan 2022 17:16:45 +0700 Subject: [PATCH] (nextjs) fixed cache path --- .drone.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index e47c0f1c..57581751 100644 --- a/.drone.yml +++ b/.drone.yml @@ -20,6 +20,9 @@ steps: archive_format: "gzip" mount: - '/app/node_modules' + volumes: + - name: cache + path: /tmp/cache - name: build-master image: plugins/docker when: @@ -72,4 +75,4 @@ steps: from_secret: docker_repo volumes: - name: cache - path: /tmp/cache + temp: {}