diff --git a/hack/deploy-setup.sh b/hack/deploy-setup.sh index 0ff96fd73..2c2fc7d8d 100755 --- a/hack/deploy-setup.sh +++ b/hack/deploy-setup.sh @@ -3,7 +3,7 @@ # to deploy. It assumes it is capable of login as a # user who has the cluster-admin role -# set -euxo pipefail +set -eo pipefail source "$(dirname $0)/common" diff --git a/hack/undeploy.sh b/hack/undeploy.sh index 449137ec8..80cc08293 100755 --- a/hack/undeploy.sh +++ b/hack/undeploy.sh @@ -1,5 +1,6 @@ #!/bin/bash -#set -euxo pipefail + +set -eo pipefail source "$(dirname $0)/common"