Merge "Use minikube deployment for single node gates"

This commit is contained in:
Zuul 2018-12-04 22:05:07 +00:00 committed by Gerrit Code Review
commit 030868aee3

View File

@ -19,6 +19,5 @@ set -xe
CURRENT_DIR="$(pwd)"
: ${OSH_INFRA_PATH:="../openstack-helm-infra"}
cd ${OSH_INFRA_PATH}
make dev-deploy setup-host
make dev-deploy k8s
./tools/deployment/common/005-deploy-k8s.sh
cd ${CURRENT_DIR}