Fix invocations to minio-client
This commit is contained in:
+1
-1
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user