jenkins: remove logs during setup

This commit is contained in:
Maxime Desroches
2025-05-13 13:34:54 -07:00
parent 480cc57da3
commit 3d696c0f90
+3
View File
@@ -18,6 +18,9 @@ if [ -z "$TEST_DIR" ]; then
exit 1
fi
# prevent storage from filling up
rm -rf /data/media/0/realdata/*
rm -rf /data/safe_staging/ || true
if [ -d /data/safe_staging/ ]; then
sudo umount /data/safe_staging/merged/ || true