Removed old signed firmware during release build

pull/1049/head
Willem Melching 2020-02-03 15:01:36 -08:00
parent e32e754a74
commit a98000849e
1 changed files with 2 additions and 0 deletions

View File

@ -85,6 +85,8 @@ cp -pR --parents $(cat release/files_common) $TARGET_DIR/
# in the directory
cd $TARGET_DIR
rm -f panda/board/obj/panda.bin.signed
echo "[-] committing version $VERSION T=$SECONDS"
git add -f .
git status