Skip to content
This repository has been archived by the owner on Jun 13, 2024. It is now read-only.

Commit

Permalink
Force deletions
Browse files Browse the repository at this point in the history
  • Loading branch information
grymmy committed Mar 1, 2024
1 parent 52bb342 commit 6973e9c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build-with-docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ if [ -d rpi_build ]; then
rm -rf rpi_build
fi
if [ -f spade.elf ]; then
rm spade.elf
rm -f spade.elf
fi
if [ -f spade.uf2 ]; then
rm spade.uf2
rm -f spade.uf2
fi
if [ -f dockerBuildLog.txt ]; then
rm dockerBuildLog.txt
rm -f dockerBuildLog.txt
fi

# Ensure docker group stuff for linux
Expand Down

0 comments on commit 6973e9c

Please sign in to comment.