mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-10-31 02:08:13 +00:00 
			
		
		
		
	build: fixed ${KUBE_ROOT} prefix for build scripts
This commit is contained in:
		| @@ -29,7 +29,7 @@ readonly DOCKER_MACHINE_DRIVER=${DOCKER_MACHINE_DRIVER:-"virtualbox --virtualbox | ||||
| # This will canonicalize the path | ||||
| KUBE_ROOT=$(cd $(dirname "${BASH_SOURCE}")/.. && pwd -P) | ||||
|  | ||||
| source hack/lib/init.sh | ||||
| source "${KUBE_ROOT}/hack/lib/init.sh" | ||||
|  | ||||
| # Incoming options | ||||
| # | ||||
|   | ||||
| @@ -23,7 +23,7 @@ set -o nounset | ||||
| set -o pipefail | ||||
|  | ||||
| KUBE_ROOT=$(dirname "${BASH_SOURCE}")/.. | ||||
| source "$KUBE_ROOT/build/common.sh" | ||||
| source "${KUBE_ROOT}/build/common.sh" | ||||
|  | ||||
| kube::build::verify_prereqs | ||||
| kube::build::copy_output | ||||
|   | ||||
| @@ -25,7 +25,7 @@ set -o nounset | ||||
| set -o pipefail | ||||
|  | ||||
| KUBE_ROOT="$(dirname "${BASH_SOURCE}")/.." | ||||
| source "$KUBE_ROOT/build/common.sh" | ||||
| source "${KUBE_ROOT}/build/common.sh" | ||||
|  | ||||
| kube::build::verify_prereqs | ||||
| kube::build::build_image | ||||
|   | ||||
| @@ -20,7 +20,7 @@ set -o nounset | ||||
| set -o pipefail | ||||
|  | ||||
| KUBE_ROOT=$(dirname "${BASH_SOURCE}")/.. | ||||
| source "$KUBE_ROOT/build/common.sh" | ||||
| source "${KUBE_ROOT}/build/common.sh" | ||||
|  | ||||
| kube::build::verify_prereqs | ||||
| kube::build::clean_output | ||||
|   | ||||
| @@ -29,6 +29,6 @@ KUBE_GCS_UPLOAD_RELEASE=y | ||||
| KUBE_GCS_RELEASE_PREFIX="devel/${LATEST}" | ||||
|  | ||||
| KUBE_ROOT=$(dirname "${BASH_SOURCE}")/.. | ||||
| source "$KUBE_ROOT/build/common.sh" | ||||
| source "${KUBE_ROOT}/build/common.sh" | ||||
|  | ||||
| kube::release::gcs::release | ||||
|   | ||||
| @@ -24,7 +24,7 @@ set -o nounset | ||||
| set -o pipefail | ||||
|  | ||||
| KUBE_ROOT=$(dirname "${BASH_SOURCE}")/.. | ||||
| source "$KUBE_ROOT/build/common.sh" | ||||
| source "${KUBE_ROOT}/build/common.sh" | ||||
|  | ||||
| KUBE_RELEASE_RUN_TESTS=${KUBE_RELEASE_RUN_TESTS-y} | ||||
|  | ||||
|   | ||||
| @@ -23,7 +23,7 @@ set -o nounset | ||||
| set -o pipefail | ||||
|  | ||||
| KUBE_ROOT=$(dirname "${BASH_SOURCE}")/.. | ||||
| source "$KUBE_ROOT/build/common.sh" | ||||
| source "${KUBE_ROOT}/build/common.sh" | ||||
|  | ||||
| kube::build::verify_prereqs | ||||
| kube::build::build_image | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Anton Khramov
					Anton Khramov