fail on wrong branch

This commit is contained in:
rootzoll 2024-04-04 12:36:52 +02:00
parent 69a18c7375
commit 35b5e8e670

View file

@ -98,6 +98,13 @@ cd raspiblitz
# checkout the desired branch
git checkout $BRANCH
if [ $? -gt 0 ]; then
cd ..
rm -rf raspiblitz 2>/dev/null
echo "# BRANCH: ${BRANCH}"
echo "error='git checkout BRANCH failed'"
exit 1
fi
# check commit hash if set
if [ ${#COMMITHASH} -gt 0 ]; then