fix CI cache auto-deletion

old-commit-hash: 33fd13cc8c
commatwo_master
Adeeb Shihadeh 5 years ago
parent b5766fbe8a
commit a3461065b9
  1. 2
      selfdrive/test/setup_device_ci.sh

@ -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

Loading…
Cancel
Save