mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-06-23 23:12:04 +08:00
ugh, this was using half the CI device's storage
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user