mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-31 07:20:13 +00:00
Make sure the 'prefix' has a trailing slash
This commit is contained in:
parent
c67083572b
commit
df007d1a2f
@ -32,7 +32,7 @@ KUBE_GCS_MAKE_PUBLIC=y
|
||||
KUBE_GCS_UPLOAD_RELEASE=y
|
||||
KUBE_GCS_RELEASE_BUCKET=kubernetes-release
|
||||
KUBE_GCS_PROJECT=google-containers
|
||||
KUBE_GCS_RELEASE_PREFIX=release/${KUBE_RELEASE_VERSION}
|
||||
KUBE_GCS_RELEASE_PREFIX=release/${KUBE_RELEASE_VERSION}/
|
||||
|
||||
KUBE_ROOT=$(dirname "${BASH_SOURCE}")/..
|
||||
source "$KUBE_ROOT/build/common.sh"
|
||||
|
Loading…
Reference in New Issue
Block a user