Try manually running uploads

This commit is contained in:
Greg Hellings
2024-06-21 10:48:58 -05:00
parent d16e79b850
commit 13f2dc7943
3 changed files with 8 additions and 17 deletions
+5 -4
View File
@@ -69,13 +69,14 @@ downloads:
- sources/build.pkr.hcl
paths:
- ./packer_config/
- key: isofiles
paths:
- ./cache/*.iso
policy: pull-push
script:
- packer init sources
- bash cache.sh
- mc alias add storage "localhost:9000" root "$MINIO_SECRET"
- |
for f in cache/*; do
mc put "$f" "storage/isos/$(basename "$f")"
end
trigger:
stage: trigger