Skip to content

Commit

Permalink
build: Set -o pipefail in Makefile
Browse files Browse the repository at this point in the history
Without this, `make spec` does not report an error if gomod2rpmdeps fails.
  • Loading branch information
cfergeau authored and praveenkumar committed May 7, 2024
1 parent 02fcdb5 commit 82b1862
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
all: install

SHELL := /bin/bash
SHELL := /bin/bash -o pipefail

OPENSHIFT_VERSION ?= 4.15.10
PODMAN_VERSION ?= 4.4.4
Expand Down

0 comments on commit 82b1862

Please sign in to comment.