From 21305b53c4318cc02fb5bcedc9606c82916bda02 Mon Sep 17 00:00:00 2001 From: Tobias Frost Date: Tue, 3 Oct 2023 10:15:43 +0200 Subject: [PATCH] Disable piuparts and blhc piuparts is broken for buster blhc is failing, but not going to fix that for the DLA. --- debian/.gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian/.gitlab-ci.yml b/debian/.gitlab-ci.yml index eff1842..5931e8f 100644 --- a/debian/.gitlab-ci.yml +++ b/debian/.gitlab-ci.yml @@ -6,3 +6,5 @@ variables: SALSA_CI_COMPONENTS: 'main contrib non-free' SALSA_CI_DISABLE_REPROTEST: 1 SALSA_CI_DISABLE_LINTIAN: 1 + SALSA_CI_DISABLE_BLHC: 1 + SALSA_CI_DISABLE_PIUPARTS: 1