fix: configuration to cache code dependencies
Some checks failed
continuous-integration/drone/pr Build is failing

This commit is contained in:
Joao P Dubas 2023-09-16 01:30:50 +00:00
parent 670d1013b0
commit 7b54200b83

View File

@ -43,8 +43,8 @@ steps:
from_secret: minio_password
settings:
archive_format: gzip
bucket: -clean-architecture-cache
cache_key: '{{ .Repo.Name }}-{{ checksum ".tool-versions" }}-{{ checksum "mix.lock" }}'
bucket: clean-architecture-cache
cache_key: '{{ .Repo.Name }}-{{ checksum ".tool-versions" }}-{{ checksum "yarn.lock" }}'
endpoint: minio:9000
exit_code: true
mount: