mirror of
https://github.com/openfaas/faasd.git
synced 2025-06-08 16:06:47 +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
|
||||
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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user