Attempting to fix upload job curl install
This commit is contained in:
@@ -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
|
- 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-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/
|
zip -r Fabrication/All.zip Fabrication/
|
||||||
for d in $(find Fabrication/* -maxdepth 0 -type d)
|
for d in $(find Fabrication/* -maxdepth 0 -type d)
|
||||||
|
|||||||
Reference in New Issue
Block a user