fix: add pipefail
This commit is contained in:
parent
636cf26d0b
commit
51ab8c8d80
|
@ -2,7 +2,7 @@
|
||||||
#
|
#
|
||||||
# jira - jump to a Jira ticket in the browser, based on Git branch name convention.
|
# jira - jump to a Jira ticket in the browser, based on Git branch name convention.
|
||||||
|
|
||||||
set -e
|
set -e -o pipefail
|
||||||
|
|
||||||
if [ -z "$JIRADOMAIN" ]; then
|
if [ -z "$JIRADOMAIN" ]; then
|
||||||
# shellcheck disable=SC2016
|
# shellcheck disable=SC2016
|
||||||
|
|
Loading…
Reference in New Issue