rename build/ to build-tools/

This commit is contained in:
Mike Danese
2016-10-24 10:28:07 -07:00
parent dfe801de10
commit 27116c6818
69 changed files with 81 additions and 81 deletions

View File

@@ -28,7 +28,7 @@ NODE_IPS=""
# KUBE_ROOT
function test-build-release() {
# Make a release
"${KUBE_ROOT}/build/release.sh"
"${KUBE_ROOT}/build-tools/release.sh"
}
# From user input set the necessary k8s and etcd configuration information