Skip to content

Commit

Permalink
try acceptance tests again...
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-deboer committed Oct 14, 2017
1 parent b3ad2f6 commit 244de67
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ install:
script:
- make release
- upx bin/kuill
# - MINIKUBE_OPTIONS="--vm-driver none" MINIKUBE_SUDO="sudo" make acceptance
- MINIKUBE_OPTIONS="--vm-driver none" MINIKUBE_SUDO="sudo" make acceptance
- make docker

after_deploy:
Expand Down
3 changes: 3 additions & 0 deletions hack/minikube-dev.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ kubectl config use-context minikube
apiserver=$(kubectl config view --flatten --minify -o json | jq -r '.clusters[0].cluster.server')
echo "Kube apiserver is at ${apiserver}"

echo "Waiting for kubernetes-api at ${apiserver}..."
while ! curl -skL --fail "${apiserver}/healthz"; do sleep 2; done

echo "Pulling certificates for use by kuill..."
${SCRIPT_DIR}/get-certs.sh "minikube"

Expand Down

0 comments on commit 244de67

Please sign in to comment.