Tweak download script

This commit is contained in:
Greg Hellings
2024-06-21 13:00:22 -05:00
parent 91c56299ec
commit fc1d419506
4 changed files with 16 additions and 22 deletions
+1 -7
View File
@@ -70,13 +70,7 @@ downloads:
paths:
- ./packer_config/
script:
- packer init sources
- bash cache.sh
- mc alias set storage "http://localhost:9000" root "$MINIO_SECRET"
- |
for f in cache/*; do
mc put "$f" "storage/isos/$f"
end
- nix run ".#cache"
trigger:
stage: trigger