fix: configuration to cache code dependencies
Some checks failed
continuous-integration/drone/pr Build is failing
Some checks failed
continuous-integration/drone/pr Build is failing
This commit is contained in:
parent
670d1013b0
commit
7b54200b83
@ -43,8 +43,8 @@ steps:
|
|||||||
from_secret: minio_password
|
from_secret: minio_password
|
||||||
settings:
|
settings:
|
||||||
archive_format: gzip
|
archive_format: gzip
|
||||||
bucket: -clean-architecture-cache
|
bucket: clean-architecture-cache
|
||||||
cache_key: '{{ .Repo.Name }}-{{ checksum ".tool-versions" }}-{{ checksum "mix.lock" }}'
|
cache_key: '{{ .Repo.Name }}-{{ checksum ".tool-versions" }}-{{ checksum "yarn.lock" }}'
|
||||||
endpoint: minio:9000
|
endpoint: minio:9000
|
||||||
exit_code: true
|
exit_code: true
|
||||||
mount:
|
mount:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user