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

This commit is contained in:
Adeeb Shihadeh
2020-11-24 21:49:39 -08:00
parent acff834fcc
commit eaa2f0894f
+3
View File
@@ -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