Skip to content

Commit

Permalink
build(fix): disable quit early, try clearing project directory (#9447)
Browse files Browse the repository at this point in the history
* disable quit early, try clearing project directory

* update the directory

* quit early again
  • Loading branch information
brainbicycle authored Oct 18, 2023
1 parent d1c82a5 commit abc7986
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,10 @@ jobs:
then
circleci step halt
fi
- run:
name: Clear project dir
command: |
rm -rf /Users/distiller/project/*
- checkout
- attach_workspace:
at: .
Expand Down

0 comments on commit abc7986

Please sign in to comment.