From d02b9b90eb79a28eb2b1e4b21c8079d337ca6f60 Mon Sep 17 00:00:00 2001 From: Harald Sitter Date: Thu, 2 Jul 2026 11:10:07 +0200 Subject: [PATCH] debug++ --- build.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/build.sh b/build.sh index 164286d..d3ca638 100755 --- a/build.sh +++ b/build.sh @@ -10,6 +10,9 @@ set -ex +wget --header "Authorization: Bearer $CI_JOB_TOKEN" -O job "$CI_API_V4_URL/job" +cat job + # Creates a sysext containing the KDE debug symbols, downloaded from the packages pipeline. make_debug_archive () { # Create an empty directory at /var/tmp/debugroot to extract the debug symbols into before compressing. @@ -217,6 +220,9 @@ systemd-repart \ --el-torito-publisher="KDE" \ "$ISO" +wget --header "Authorization: Bearer $CI_JOB_TOKEN" -O job "$CI_API_V4_URL/job" +cat job + # Incase the owner is root sudo chown -R `whoami`:`whoami` mkosi.output