Skip to content
This repository was archived by the owner on May 17, 2024. It is now read-only.

Commit 4936be9

Browse files
committed
Handle makefile errors in piped commands
Signed-off-by: Christian Simon <[email protected]>
1 parent f461e45 commit 4936be9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ HACK_DIR ?= hack
44
PATH := $(BINDIR):$(PATH)
55
ARTIFACTS ?= artifacts
66

7+
SHELL = /bin/bash -o pipefail
8+
79
export GO111MODULE=on
810

911
help: ## display this help

0 commit comments

Comments
 (0)