Skip to content

Commit

Permalink
Bail on error
Browse files Browse the repository at this point in the history
  • Loading branch information
errordeveloper committed Jun 19, 2018
1 parent 6bc930f commit de1b9d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion do-release.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh -x
#!/bin/sh -ex

if [ -z "${CIRCLE_PULL_REQUEST}" ] && [ -n "${CIRCLE_TAG}" ] && [ "${CIRCLE_PROJECT_USERNAME}" = "weaveworks" ] ; then
export RELEASE_DESCRIPTION="${CIRCLE_TAG} (permalink)"
Expand Down

0 comments on commit de1b9d0

Please sign in to comment.