Merge pull request #1740 from jbeda/clean-fix

Fix up project hash on linux
pull/6/head
Joe Beda 2014-10-10 14:25:12 -07:00
commit 5511c717cf
1 changed files with 1 additions and 0 deletions

View File

@ -108,6 +108,7 @@ function upload-server-tars() {
else
project_hash=$(echo -n "$PROJECT" | md5sum)
fi
project_hash=${project_hash:0:5}
local -r staging_bucket="gs://kubernetes-staging-${project_hash}"