From d92863523ffc6966d69f2db95fa6a5bf8bc35116 Mon Sep 17 00:00:00 2001 From: Justin Santa Barbara Date: Tue, 9 Jun 2015 11:05:25 -0400 Subject: [PATCH] AWS: Include (idempotent) ensure-temp-dir in upload-server-tars This way we won't forget it. Fixes kube-push, where I forgot it. --- cluster/aws/util.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cluster/aws/util.sh b/cluster/aws/util.sh index 5ba51d16140..093bbc6e0b5 100644 --- a/cluster/aws/util.sh +++ b/cluster/aws/util.sh @@ -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)