Now the shell script exits if it encounters an error, instead of continuing.
Signed-off-by: Haris Razis <haris@razis.com>
This commit is contained in:
Haris Razis 2021-11-05 21:40:48 +02:00 committed by Alex Ellis
parent 4ecc215a70
commit b44f57ce4d

View File

@ -1,4 +1,5 @@
#!/bin/bash
set -eo pipefail
# Copyright OpenFaaS Author(s) 2022