Add an explicit cache restore
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
mc alias set storage "$STORAGE_URL" root "$MINIO_SECRET"
|
||||
|
||||
for f in $(mc ls --json storage/isos/cache | jq '.key' | tr -d '"'); do
|
||||
mc get -q "storage/isos/cache/$f" "./cache/$f"
|
||||
done
|
||||
Reference in New Issue
Block a user