mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 19:56:01 +00:00
Merge pull request #19555 from spiffxp/verify-prereqs-noargs
verify_prereqs doesn't special-case on 'clean' arg
This commit is contained in:
commit
ae56a2a1d5
@ -116,10 +116,6 @@ readonly KUBE_ADDON_PATHS=(
|
|||||||
# Verify that the right utilities and such are installed for building Kube. Set
|
# Verify that the right utilities and such are installed for building Kube. Set
|
||||||
# up some dynamic constants.
|
# 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:
|
# Vars set:
|
||||||
# KUBE_ROOT_HASH
|
# KUBE_ROOT_HASH
|
||||||
# KUBE_BUILD_IMAGE_TAG
|
# KUBE_BUILD_IMAGE_TAG
|
||||||
|
@ -22,6 +22,6 @@ set -o pipefail
|
|||||||
KUBE_ROOT=$(dirname "${BASH_SOURCE}")/..
|
KUBE_ROOT=$(dirname "${BASH_SOURCE}")/..
|
||||||
source "$KUBE_ROOT/build/common.sh"
|
source "$KUBE_ROOT/build/common.sh"
|
||||||
|
|
||||||
kube::build::verify_prereqs clean
|
kube::build::verify_prereqs
|
||||||
kube::build::clean_output
|
kube::build::clean_output
|
||||||
kube::build::clean_images
|
kube::build::clean_images
|
||||||
|
Loading…
Reference in New Issue
Block a user