From 9596a3cc662626fccf59e3c90a7344471a87420a Mon Sep 17 00:00:00 2001 From: Joao P Dubas Date: Mon, 25 Apr 2022 17:35:01 +0000 Subject: [PATCH] wip: fix bucket for deps cache --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 3e7f58a..58a2266 100644 --- a/.drone.yml +++ b/.drone.yml @@ -26,7 +26,7 @@ steps: from_secret: minio_password settings: archive_format: gzip - bucket: trainlog_cache + bucket: trainlog-cache cache_key: '{{ .Repo.Name }}-{{ checksum "mix.lock" }}' endpoint: minio:9000 mount: @@ -61,7 +61,7 @@ steps: from_secret: minio_password settings: archive_format: gzip - bucket: trainlog_cache + bucket: trainlog-cache cache_key: '{{ .Repo.Name }}-{{ checksum "mix.lock" }}' endpoint: minio:9000 mount: