From bc88d6170c420fef16a4ab51784f4d77eb806d7b Mon Sep 17 00:00:00 2001 From: "Alex Ellis (OpenFaaS Ltd)" Date: Sun, 10 Apr 2022 19:26:51 +0100 Subject: [PATCH] Update pipefail to include x To mark which commands are inputs vs outputs Signed-off-by: Alex Ellis (OpenFaaS Ltd) --- hack/install.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/hack/install.sh b/hack/install.sh index 9ec65a6..3c1824a 100755 --- a/hack/install.sh +++ b/hack/install.sh @@ -1,10 +1,8 @@ #!/bin/bash -set -eo pipefail # Copyright OpenFaaS Author(s) 2022 -# Consider adding? -# set -e -x -o pipefail +set -e -x -o pipefail export OWNER="openfaas" export REPO="faasd"