mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-06-09 08:55:55 -04:00
Make sure the 'prefix' has a trailing slash
This commit is contained in:
parent
c67083572b
commit
df007d1a2f
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue