mirror of
https://github.com/prometheus-operator/prometheus-operator.git
synced 2025-04-21 11:48:53 +00:00
Makefile: Enable bash pipefail
Enable bash pipefail flag for all Makefile operations. This arised when running `make jsonnet`, where `jsonnet` failed, but the rest of the pipe covered the error.
This commit is contained in:
parent
4b62f2d48e
commit
aeeb1ab846
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -1,3 +1,4 @@
|
|||
SHELL=/bin/bash -o pipefail
|
||||
REPO?=quay.io/coreos/prometheus-operator
|
||||
TAG?=$(shell git rev-parse --short HEAD)
|
||||
NAMESPACE?=po-e2e-$(shell LC_ALL=C tr -dc a-z0-9 < /dev/urandom | head -c 13 ; echo '')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue