Skip to content

Commit

Permalink
Fail the release script on error
Browse files Browse the repository at this point in the history
  • Loading branch information
nijel committed Jun 14, 2020
1 parent 13927d8 commit a1e52b9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions admin/release
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
#!/bin/sh
# Script to make python-gammu release

set -x
set -e

VERSION=`sed -n "s/VERSION = '\(.*\)'/\\1/p" setup.py`

# Create tag
Expand Down

0 comments on commit a1e52b9

Please sign in to comment.