Skip to content

Commit

Permalink
[qa] in release script exit immediatly if a command exits with non-ze…
Browse files Browse the repository at this point in the history
…ro status
  • Loading branch information
EvanBldy committed Oct 2, 2023
1 parent fcdfba5 commit 3a3c949
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/release.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
set -e
git pull --rebase origin master
last_release_number=$(python -c "from flask_fs import __version__; print(__version__)")
release_number=$(echo ${last_release_number} | awk -F. -v OFS=. '{$NF += 1 ; print}')
Expand Down

0 comments on commit 3a3c949

Please sign in to comment.