From 52c1fa24730207a40b47eff65aed58829707a7e8 Mon Sep 17 00:00:00 2001 From: Gabriel Barrantes Date: Fri, 3 Oct 2025 17:31:37 -0600 Subject: [PATCH] WIP: Test current CI --- .gitlab-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index dc0d9e2..e3ae17a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,7 +7,6 @@ include: - /gitlab-templates/reuse-lint.yml - /gitlab-templates/blocks/workflow.yml - stages: - validate - start @@ -33,7 +32,7 @@ imaging: - sudo ./build.sh --force --debug # bootstap.sh happens as part of CI image build after_script: # Upload all images to Harald. You can grab them at http://images.kde-linux.haraldsitter.eu/ - - ./upload-to-harald.sh || true + # - ./upload-to-harald.sh || true # Cleanup our btrfs subvolumes so docker doesn't stumble over them. - cargo run --manifest-path btrfs-cleanup/Cargo.toml .