Bail when things go wrong

Change-Id: I7f4f0c63b74e5b19d06b31378fe2caf2b6b9a6c5
This commit is contained in:
Davanum Srinivas 2017-04-05 11:54:45 -04:00
parent 204f3b4583
commit 75fdc78bc8
1 changed files with 2 additions and 0 deletions

View File

@ -109,6 +109,8 @@ echo "Dump Kubernetes Objects..."
echo "Running tests..."
set -ex
export GOPATH=${BASE_DIR}/go
export KUBE_MASTER=local
export KUBECONFIG=/var/run/kubernetes/admin.kubeconfig