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

Commit 9577a51

Browse files
authored
Merge pull request #127 from jetstack/handle-makefile-errors-in-pipes
Handle makefile errors in piped commands
2 parents f461e45 + 4936be9 commit 9577a51

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)