Skip to content

Commit

Permalink
Update pipefail to include x
Browse files Browse the repository at this point in the history
To mark which commands are inputs vs outputs

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
  • Loading branch information
alexellis committed Apr 10, 2022
1 parent fe057fb commit bc88d61
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions hack/install.sh
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit bc88d61

Please sign in to comment.