Normalize some of the boilerplate in each of the build commands.

This commit is contained in:
Joe Beda
2014-10-01 09:41:44 -07:00
parent 7a2d8fd01a
commit 428a653ffb
10 changed files with 10 additions and 30 deletions

View File

@@ -19,9 +19,7 @@
# This is a no-op on Linux when the Docker daemon is local. This is only
# necessary on Mac OS X with boot2docker.
set -e
source $(dirname $0)/common.sh
source $(dirname "${BASH_SOURCE}")/common.sh
kube::build::verify_prereqs
kube::build::copy_output