fix CI cache auto-deletion

old-commit-hash: 33fd13cc8c6af7dddea64dbc239bfe872c433adb
This commit is contained in:
Adeeb Shihadeh
2020-08-28 11:19:20 -07:00
parent b5766fbe8a
commit a3461065b9
+1 -1
View File
@@ -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