From 37ec13a7eead384a9b1540dc810346a47fdba8af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pablo=20Correa=20G=C3=B3mez?= Date: Wed, 10 Dec 2025 12:49:08 +0100 Subject: [PATCH] ci: update ci-tron vendored dependencies MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This should fix missing logs on error like in https://gitlab.postmarketos.org/postmarketOS/pmaports/-/jobs/1465845 [ci:skip-vercheck] Signed-off-by: Pablo Correa Gómez Part-of: --- .ci/build-jobs.yaml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/build-jobs.yaml.j2 b/.ci/build-jobs.yaml.j2 index 04bce554f..70eabb085 100644 --- a/.ci/build-jobs.yaml.j2 +++ b/.ci/build-jobs.yaml.j2 @@ -6,7 +6,7 @@ stages: variables: CI_TRON_TEMPLATE_PROJECT: &ci-tron-template-project postmarketOS/ci-common CI_TRON_JOB_TEMPLATE_PROJECT_URL: $CI_SERVER_URL/$CI_TRON_TEMPLATE_PROJECT - CI_TRON_JOB_TEMPLATE_COMMIT: &ci-tron-template-commit 7c95b5f2d53533e8722abf57c73e558168e811f3 + CI_TRON_JOB_TEMPLATE_COMMIT: &ci-tron-template-commit 08c304c8655e98d3e1219f193fbec223e58747a1 include: - project: *ci-tron-template-project