clear more big dirs on jenkins devices

This commit is contained in:
Adeeb Shihadeh
2021-05-25 11:44:49 -07:00
parent 8f3e395a1f
commit 21d4f8743a
+5 -2
View File
@@ -26,8 +26,11 @@ if [ ! -d "$SOURCE_DIR" ]; then
git clone --depth 1 https://github.com/commaai/openpilot.git "$SOURCE_DIR"
fi
# this can get really big on the CI devices
rm -rf /data/core
if [ -f "/EON" ]; then
rm -rf /data/core
rm -rf /data/neoupdate
rm -rf /data/safe_staging
fi
# set up environment
cd $SOURCE_DIR