Change cache key for dependencies
This commit is contained in:
parent
935a75cac1
commit
b4e0e7e2f6
1 changed files with 4 additions and 0 deletions
|
@ -25,6 +25,7 @@ steps:
|
||||||
endpoint: https://s3.fr-par.scw.cloud
|
endpoint: https://s3.fr-par.scw.cloud
|
||||||
region: fr-par
|
region: fr-par
|
||||||
path_style: true
|
path_style: true
|
||||||
|
cache_key: '{{ .Repo.Name }}_{{ checksum "yarn.lock" }}_{{ arch }}_{{ os }}'
|
||||||
mount:
|
mount:
|
||||||
- '.cache'
|
- '.cache'
|
||||||
|
|
||||||
|
@ -53,6 +54,7 @@ steps:
|
||||||
endpoint: https://s3.fr-par.scw.cloud
|
endpoint: https://s3.fr-par.scw.cloud
|
||||||
region: fr-par
|
region: fr-par
|
||||||
path_style: true
|
path_style: true
|
||||||
|
cache_key: '{{ .Repo.Name }}_{{ checksum "yarn.lock" }}_{{ arch }}_{{ os }}'
|
||||||
mount:
|
mount:
|
||||||
- '.cache'
|
- '.cache'
|
||||||
depends_on:
|
depends_on:
|
||||||
|
@ -109,6 +111,7 @@ steps:
|
||||||
endpoint: https://s3.fr-par.scw.cloud
|
endpoint: https://s3.fr-par.scw.cloud
|
||||||
region: fr-par
|
region: fr-par
|
||||||
path_style: true
|
path_style: true
|
||||||
|
cache_key: '{{ .Repo.Name }}_{{ checksum "yarn.lock" }}_{{ arch }}_{{ os }}'
|
||||||
mount:
|
mount:
|
||||||
- '.cache'
|
- '.cache'
|
||||||
|
|
||||||
|
@ -178,6 +181,7 @@ steps:
|
||||||
endpoint: https://s3.fr-par.scw.cloud
|
endpoint: https://s3.fr-par.scw.cloud
|
||||||
region: fr-par
|
region: fr-par
|
||||||
path_style: true
|
path_style: true
|
||||||
|
cache_key: '{{ .Repo.Name }}_{{ checksum "yarn.lock" }}_{{ arch }}_{{ os }}'
|
||||||
mount:
|
mount:
|
||||||
- '.cache'
|
- '.cache'
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue