Update pipefail to include x

To mark which commands are inputs vs outputs

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
This commit is contained in:
Alex Ellis (OpenFaaS Ltd) 2022-04-10 19:26:51 +01:00
parent fe057fbcf8
commit bc88d6170c

View File

@ -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"