Skip to content

Commit

Permalink
Fix check-cluster-up.sh missing Var init (#396)
Browse files Browse the repository at this point in the history
Since the script runs with -u,
variables must be set also when running locally.

Signed-off-by: Or Shoval <[email protected]>
  • Loading branch information
oshoval authored Jul 1, 2020
1 parent b6c51c5 commit 796d629
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cluster-provision/k8s/check-cluster-up.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

set -exuo pipefail

CI=${CI:-"false"}
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
provision_dir="$1"

Expand Down

0 comments on commit 796d629

Please sign in to comment.