Attempting to fix upload job curl install

This commit is contained in:
andrewc
2024-04-15 21:56:44 +10:00
parent 39254fcb33
commit 34a07084f6

View File

@@ -243,7 +243,7 @@ upload_job:
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH # Run this job when commits are pushed or merged to the default branch
script:
- !reference [.commands, strip_tag]
- apt-get update && apt-get -y install zip curl
- apt-get update && apt-get -y -t bookworm-backports install zip curl
- |
zip -r Fabrication/All.zip Fabrication/
for d in $(find Fabrication/* -maxdepth 0 -type d)