fix release version tag

old-commit-hash: 51919ff2ff
commatwo_master
Adeeb Shihadeh 5 years ago
parent 8a35cce75f
commit 24a4a30a61
  1. 4
      release/build_release2.sh

@ -35,7 +35,9 @@ else
git checkout --orphan release2-staging
fi
VERSION=$(cat selfdrive/common/version.h | awk -F\" '{print $2}')
VERSION=$(cat selfdrive/common/version.h | awk awk -F[\"-] '{print $2}')
echo "#define COMMA_VERSION \"$VERSION-release\"" > selfdrive/common/version.h
git commit -m "openpilot v$VERSION"
# Build signed panda firmware

Loading…
Cancel
Save