mirror of
https://github.com/openfaas/faasd.git
synced 2025-06-09 00:16:46 +00:00
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:
parent
fe057fbcf8
commit
bc88d6170c
@ -1,10 +1,8 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
set -eo pipefail
|
|
||||||
|
|
||||||
# Copyright OpenFaaS Author(s) 2022
|
# Copyright OpenFaaS Author(s) 2022
|
||||||
|
|
||||||
# Consider adding?
|
set -e -x -o pipefail
|
||||||
# set -e -x -o pipefail
|
|
||||||
|
|
||||||
export OWNER="openfaas"
|
export OWNER="openfaas"
|
||||||
export REPO="faasd"
|
export REPO="faasd"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user