fix cleanup script

This commit is contained in:
abejgonzalez
2019-07-09 23:42:04 -07:00
parent 82e7814205
commit fdf0edf8e0
3 changed files with 6 additions and 7 deletions

View File

@@ -12,7 +12,7 @@ source $SCRIPT_DIR/defaults.sh
# call clean on exit
trap clean EXIT
run_script $LOCAL_CHIPYARD_DIR/.circleci/clean-old-files.sh
run_script $LOCAL_CHIPYARD_DIR/.circleci/clean-old-files.sh $CI_DIR
if [ ! -d "$LOCAL_VERILATOR_DIR" ]; then
# set stricthostkeychecking to no (must happen before rsync)