wip: fix bucket for deps cache
Some checks failed
continuous-integration/drone/pr Build is failing

This commit is contained in:
Joao P Dubas 2022-04-25 17:35:01 +00:00
parent c5b96629e6
commit 9596a3cc66

View File

@ -26,7 +26,7 @@ steps:
from_secret: minio_password from_secret: minio_password
settings: settings:
archive_format: gzip archive_format: gzip
bucket: trainlog_cache bucket: trainlog-cache
cache_key: '{{ .Repo.Name }}-{{ checksum "mix.lock" }}' cache_key: '{{ .Repo.Name }}-{{ checksum "mix.lock" }}'
endpoint: minio:9000 endpoint: minio:9000
mount: mount:
@ -61,7 +61,7 @@ steps:
from_secret: minio_password from_secret: minio_password
settings: settings:
archive_format: gzip archive_format: gzip
bucket: trainlog_cache bucket: trainlog-cache
cache_key: '{{ .Repo.Name }}-{{ checksum "mix.lock" }}' cache_key: '{{ .Repo.Name }}-{{ checksum "mix.lock" }}'
endpoint: minio:9000 endpoint: minio:9000
mount: mount: