From 34a07084f6b35645a6d62718b8ce5a411e75e433 Mon Sep 17 00:00:00 2001 From: andrewc Date: Mon, 15 Apr 2024 21:56:44 +1000 Subject: [PATCH] Attempting to fix upload job curl install --- kibot-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)