Skip to content

Commit 5c3d184

Browse files
committed
src/main/scripts/ci/deploy.sh: fix activation of errexit option.
Should be in 558ecbd commit. No functional changes.
1 parent 2562fb1 commit 5c3d184

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/scripts/ci/deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
set -o nounset
55

66
# Exit immediately if command returns a non-zero status
7-
set -e errexit
7+
set -o errexit
88

99
# Return value of a pipeline is the value of the last command to exit with a non-zero status
1010
set -o pipefail

0 commit comments

Comments
 (0)