clear more big dirs on jenkins devices

old-commit-hash: 21d4f8743adcef392e293e520e5db3d94f5ceec6
This commit is contained in:
Adeeb Shihadeh
2021-05-25 11:44:49 -07:00
parent a46e3c5cb4
commit fa82480042
+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