mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-01 07:47:56 +00:00
Merge pull request #1740 from jbeda/clean-fix
Fix up project hash on linux
This commit is contained in:
commit
5511c717cf
@ -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}"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user