diff --git a/kibot-ci.yml b/kibot-ci.yml index bd92fe2..f52c513 100644 --- a/kibot-ci.yml +++ b/kibot-ci.yml @@ -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)