Namespace bash functions under build

This commit is contained in:
Joe Beda
2014-09-05 14:09:20 -07:00
parent c588207639
commit 233765967b
12 changed files with 60 additions and 60 deletions

View File

@@ -22,6 +22,6 @@ set -e
source $(dirname $0)/common.sh
verify-prereqs
build-image
run-build-command bash
kube::build::verify-prereqs
kube::build::build-image
kube::build::run-build-command bash