Fix invocations to minio-client

This commit is contained in:
Greg Hellings
2024-06-21 11:01:09 -05:00
parent 13f2dc7943
commit c1156a93d3
2 changed files with 5 additions and 2 deletions
+1 -1
View File
@@ -75,7 +75,7 @@ downloads:
- mc alias add storage "localhost:9000" root "$MINIO_SECRET"
- |
for f in cache/*; do
mc put "$f" "storage/isos/$(basename "$f")"
mc put "$f" "storage/isos/$f"
end
trigger: