mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-04 23:17:50 +00:00
build: fixed ${KUBE_ROOT} prefix for build scripts
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user