Skip to content

Commit

Permalink
ignore git pull exit 1
Browse files Browse the repository at this point in the history
  • Loading branch information
xchapter7x committed Oct 28, 2019
1 parent 4941b26 commit 05f521a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/create_new_release.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash -xe
git pull --tags >/dev/null
git pull --tags >/dev/null || true

echo "generate a rc build number"
BUMP_SEMVER_PATCH=$(git tag -l | grep -v "-" | tail -1 | awk -F. '{print $1"."$2"."$3+1}')
Expand Down

0 comments on commit 05f521a

Please sign in to comment.