mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-13 05:02:50 +00:00
Fix up project hash on linux
Somehow this got dropped!
This commit is contained in:
@@ -108,6 +108,7 @@ function upload-server-tars() {
|
|||||||
else
|
else
|
||||||
project_hash=$(echo -n "$PROJECT" | md5sum)
|
project_hash=$(echo -n "$PROJECT" | md5sum)
|
||||||
fi
|
fi
|
||||||
|
project_hash=${project_hash:0:5}
|
||||||
|
|
||||||
local -r staging_bucket="gs://kubernetes-staging-${project_hash}"
|
local -r staging_bucket="gs://kubernetes-staging-${project_hash}"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user