mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-06-20 21:42:05 +08:00
clear more big dirs on jenkins devices
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user