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

@@ -1534,7 +1534,7 @@ function kube-push {
# KUBE_ROOT
function test-build-release {
# Make a release
"${KUBE_ROOT}/build/release.sh"
"${KUBE_ROOT}/build-tools/release.sh"
}
# Execute prior to running tests to initialize required structure. This is