Dont send git push to background in deploy.sh

If it fails we don't want to continue the script.
This commit is contained in:
Brandon Presley 2022-11-02 15:41:48 +13:00
parent 1d0d7c2fff
commit e48e125499
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ set -ex
yarn tsc
yarn lint
git push origin HEAD &
git push origin HEAD
cd android || exit 1
build=app/build.gradle