From a36d97ad18df95aead4de4899b542c39789fd006 Mon Sep 17 00:00:00 2001 From: kolaente Date: Sun, 6 Dec 2020 17:00:09 +0100 Subject: [PATCH] Change dependency cache folder --- .drone.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.drone.yml b/.drone.yml index 0253515f1..689b6b712 100644 --- a/.drone.yml +++ b/.drone.yml @@ -26,14 +26,14 @@ steps: region: fr-par path_style: true mount: - - '/cache' + - '.cache' - name: dependencies image: node:13 pull: true group: build-static environment: - YARN_CACHE_FOLDER: /cache + YARN_CACHE_FOLDER: .cache commands: - yarn --frozen-lockfile --network-timeout 100000 depends_on: @@ -54,7 +54,7 @@ steps: region: fr-par path_style: true mount: - - '/cache' + - '.cache' depends_on: - dependencies @@ -63,7 +63,7 @@ steps: pull: true group: build-static environment: - YARN_CACHE_FOLDER: /cache + YARN_CACHE_FOLDER: .cache commands: - yarn run lint - yarn run build