From 0f16bd594c5d290da1b104f5550dd466e0b326b8 Mon Sep 17 00:00:00 2001 From: Harald Sitter Date: Thu, 14 Aug 2025 22:08:38 +0200 Subject: [PATCH] remove test.raw on success no need to upload a successful test image. the proper image is enough --- build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build.sh b/build.sh index 305cc8b..02949ba 100755 --- a/build.sh +++ b/build.sh @@ -144,6 +144,7 @@ touch "$IMG" systemd-repart --no-pager --empty=allow --size=auto --dry-run=no --root=kde-linux.cache --definitions=mkosi.repart "$IMG" ./basic-test.py "$IMG" "$EFI_BASE.efi" || exit 1 +rm ./*.test.raw # Create a torrent for the image ./torrent-create.rb "$VERSION" "$OUTPUT" "$IMG"