AWS: Include (idempotent) ensure-temp-dir in upload-server-tars

This way we won't forget it.  Fixes kube-push, where I forgot it.
pull/6/head
Justin Santa Barbara 2015-06-09 11:05:25 -04:00
parent dafe79e5de
commit d92863523f
1 changed files with 2 additions and 0 deletions

View File

@ -359,6 +359,8 @@ function upload-server-tars() {
SERVER_BINARY_TAR_URL=
SALT_TAR_URL=
ensure-temp-dir
if [[ -z ${AWS_S3_BUCKET-} ]]; then
local project_hash=
local key=$(aws configure get aws_access_key_id)