From 4fb1d0bbac71c65835348ebd1f7fd22e9de2bd3e Mon Sep 17 00:00:00 2001 From: Gabriel Barrantes Date: Tue, 7 Oct 2025 16:21:23 -0600 Subject: [PATCH] No need to clean subvolumes See 15138c4d722b115bc6e723fb0223c447db3e55b7 --- .gitlab-ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index dc0d9e2..f055258 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -34,8 +34,6 @@ imaging: after_script: # Upload all images to Harald. You can grab them at http://images.kde-linux.haraldsitter.eu/ - ./upload-to-harald.sh || true - # Cleanup our btrfs subvolumes so docker doesn't stumble over them. - - cargo run --manifest-path btrfs-cleanup/Cargo.toml . imaging+publish: stage: start