Abort any task in case of any error running shell commands (#5089)
This commit is contained in:
parent
14118fc26f
commit
45c9f94b17
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -24,7 +24,7 @@ ifndef VERBOSE
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# set default shell
|
# set default shell
|
||||||
SHELL=/bin/bash -o pipefail
|
SHELL=/bin/bash -o pipefail -o errexit
|
||||||
|
|
||||||
# Use the 0.0 tag for testing, it shouldn't clobber any release builds
|
# Use the 0.0 tag for testing, it shouldn't clobber any release builds
|
||||||
TAG ?= 0.29.0
|
TAG ?= 0.29.0
|
||||||
|
|
Loading…
Reference in a new issue