ugh, this was using half the CI device's storage

old-commit-hash: eaa2f0894f
commatwo_master
Adeeb Shihadeh 4 years ago
parent 08fe14338d
commit eed2742936
  1. 3
      selfdrive/test/setup_device_ci.sh

@ -17,6 +17,9 @@ fi
# clear scons cache dirs that haven't been written to in one day
cd /tmp && find -name 'scons_cache_*' -type d -maxdepth 1 -mtime +1 -exec rm -rf '{}' \;
# this can get really big on the CI devices
rm -rf /data/core
# set up environment
cd $SOURCE_DIR
git reset --hard

Loading…
Cancel
Save