remove test.raw on success

no need to upload a successful test image. the proper image is enough
This commit is contained in:
Harald Sitter
2025-08-14 22:08:38 +02:00
parent 3f455168d7
commit 0f16bd594c

View File

@@ -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"