From c7a9d8e38644c3890b2bffc64cd8b6edf61b184f Mon Sep 17 00:00:00 2001 From: Fedor Katurov Date: Mon, 17 Jan 2022 17:07:49 +0700 Subject: [PATCH] (nextjs) fixed cache path --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 2e06511d..01308752 100644 --- a/.drone.yml +++ b/.drone.yml @@ -22,7 +22,7 @@ steps: - '/app/node_modules' volumes: - name: cache - path: /tmp/cache + path: /tmp - name: build-master image: plugins/docker when: