Removed old signed firmware during release build

old-commit-hash: a98000849e
commatwo_master
Willem Melching 5 years ago
parent 7ffcea6361
commit 2ea3171306
  1. 2
      release/go.sh

@ -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

Loading…
Cancel
Save