mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-03 17:30:00 +00:00
Merge pull request #9481 from justinsb/aws_fix_push
AWS: Include (idempotent) ensure-temp-dir in upload-server-tars
This commit is contained in:
commit
064e7146e1
@ -358,6 +358,8 @@ function upload-server-tars() {
|
|||||||
SERVER_BINARY_TAR_URL=
|
SERVER_BINARY_TAR_URL=
|
||||||
SALT_TAR_URL=
|
SALT_TAR_URL=
|
||||||
|
|
||||||
|
ensure-temp-dir
|
||||||
|
|
||||||
if [[ -z ${AWS_S3_BUCKET-} ]]; then
|
if [[ -z ${AWS_S3_BUCKET-} ]]; then
|
||||||
local project_hash=
|
local project_hash=
|
||||||
local key=$(aws configure get aws_access_key_id)
|
local key=$(aws configure get aws_access_key_id)
|
||||||
|
Loading…
Reference in New Issue
Block a user