From d326456efe031e488c8385254ca8e176d15f76e1 Mon Sep 17 00:00:00 2001 From: timmyhadwen Date: Mon, 3 Jun 2024 15:02:44 +1000 Subject: [PATCH] Removed bookworm backports as it was for old image --- kibot-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kibot-ci.yml b/kibot-ci.yml index 04bbd02..8c356ad 100644 --- a/kibot-ci.yml +++ b/kibot-ci.yml @@ -242,7 +242,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 -t bookworm-backports install zip curl + - apt-get update && apt-get -y install zip curl - | zip -r Fabrication/All.zip Fabrication/ for d in $(find Fabrication/* -maxdepth 0 -type d)