Skip to content

Commit

Permalink
verify_prereqs doesn't special-case on 'clean' arg
Browse files Browse the repository at this point in the history
update docs and invocation accordingly
  • Loading branch information
spiffxp committed Jan 12, 2016
1 parent 930d796 commit 4488f7d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions build/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -114,10 +114,6 @@ readonly KUBE_ADDON_PATHS=(
# Verify that the right utilities and such are installed for building Kube. Set
# up some dynamic constants.
#
# Args:
# $1 The type of operation to verify for. Only 'clean' is supported in which
# case we don't verify docker.
#
# Vars set:
# KUBE_ROOT_HASH
# KUBE_BUILD_IMAGE_TAG
Expand Down
2 changes: 1 addition & 1 deletion build/make-clean.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ set -o pipefail
KUBE_ROOT=$(dirname "${BASH_SOURCE}")/..
source "$KUBE_ROOT/build/common.sh"

kube::build::verify_prereqs clean
kube::build::verify_prereqs
kube::build::clean_output
kube::build::clean_images

0 comments on commit 4488f7d

Please sign in to comment.