Skip to content

Commit

Permalink
Clean BUILD
Browse files Browse the repository at this point in the history
  • Loading branch information
aBozowski committed Oct 19, 2023
1 parent d86778a commit b1c7a30
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/tools/interop/idt/scripts/clean_all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
#

cd idt
rm -R venv/
rm -R pycache/
sudo rm -R venv/
sudo rm -R pycache/
sudo rm -R IDT_ARTIFACTS/
sudo find . -type d -name "BUILD" -delete
cd ..

0 comments on commit b1c7a30

Please sign in to comment.