mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-01 19:42:07 +08:00
fix CI cache auto-deletion
old-commit-hash: 33fd13cc8c6af7dddea64dbc239bfe872c433adb
This commit is contained in:
@@ -15,7 +15,7 @@ fi
|
||||
|
||||
# TODO: never clear qcom_replay cache
|
||||
# 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 '{}' \;
|
||||
cd /tmp && find -name 'scons_cache_*' -type d -maxdepth 1 -mtime +1 -exec rm -rf '{}' \;
|
||||
|
||||
# set up environment
|
||||
cd $SOURCE_DIR
|
||||
|
||||
Reference in New Issue
Block a user