mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-01 11:32:21 +08:00
jenkins: remove logs during setup
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user