Change dependency cache folder
continuous-integration/drone/pr Build is passing Details

This commit is contained in:
kolaente 2020-12-06 17:00:09 +01:00
parent 795b08e8ab
commit a36d97ad18
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 4 additions and 4 deletions

View File

@ -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