Abort any task in case of any error running shell commands (#5089)

This commit is contained in:
Manuel Alejandro de Brito Fontes 2020-02-16 15:27:39 -03:00 committed by GitHub
parent d590f8dce1
commit 2a51f8a8f0

View file

@ -24,7 +24,7 @@ ifndef VERBOSE
endif
# 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
TAG ?= 0.29.0