Skip to content

Commit

Permalink
Fix for #215
Browse files Browse the repository at this point in the history
Now the shell script exits if it encounters an error, instead of continuing.
Signed-off-by: Haris Razis <haris@razis.com>
  • Loading branch information
xrazis authored and alexellis committed Apr 10, 2022
1 parent 4ecc215 commit b44f57c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hack/install.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/bash
set -eo pipefail

# Copyright OpenFaaS Author(s) 2022

Expand Down

0 comments on commit b44f57c

Please sign in to comment.