mirror of https://github.com/k3s-io/k3s
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
parent
dafe79e5de
commit
d92863523f
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue