Skip to content

Commit

Permalink
Addding set -e tin test.sh.
Browse files Browse the repository at this point in the history
  • Loading branch information
algogrit committed Aug 9, 2019
1 parent 4865c57 commit ccf6efc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code-samples/11-kubernetes/test.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/usr/bin/env bash

set -e

# Setup kind cluster
kind create cluster --config kind-config.yml
export KUBECONFIG="$(kind get kubeconfig-path)"
Expand Down

0 comments on commit ccf6efc

Please sign in to comment.