Do the curl trick in the upload job too

This commit is contained in:
andrewc
2024-10-25 13:41:50 +10:00
parent 5b02ae0d08
commit f9ec76c65a

View File

@@ -288,6 +288,7 @@ upload_job:
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH # Run this job when commits are pushed or merged to the default branch - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH # Run this job when commits are pushed or merged to the default branch
script: script:
- !reference [.commands, strip_tag] - !reference [.commands, strip_tag]
- apt remove libcurl4 -y
- apt-get update && apt-get -y install zip curl - apt-get update && apt-get -y install zip curl
- | - |
zip -r Fabrication/All.zip Fabrication/ zip -r Fabrication/All.zip Fabrication/