Skip to content

Commit

Permalink
Use DEFAULT_REGION as the default and REGION as the supplied (#739)
Browse files Browse the repository at this point in the history
Signed-off-by: Chuck Ha <[email protected]>
  • Loading branch information
chuckha authored and k8s-ci-robot committed Apr 23, 2019
1 parent 41cfbb2 commit c56fd14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hack/print-workspace-status.sh
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ GIT_RELEASE_TAG ${GIT_RELEASE_TAG-}
GIT_RELEASE_COMMIT ${GIT_RELEASE_COMMIT-}
STABLE_AWS_ACCESS_KEY_ID ${AWS_ACCESS_KEY_ID-}
STABLE_AWS_SECRET_ACCESS_KEY ${AWS_SECRET_ACCESS_KEY-}
STABLE_AWS_DEFAULT_REGION ${AWS_DEFAULT_REGION-}
STABLE_AWS_REGION ${AWS_REGION:-${AWS_DEFAULT_REGION-}}
STABLE_AWS_DEFAULT_REGION ${AWS_DEFAULT_REGION:-${AWS_REGION-}}
STABLE_AWS_REGION ${AWS_DEFAULT_REGION:-${AWS_REGION-}}
STABLE_AWS_SESSION_TOKEN ${AWS_SESSION_TOKEN-}
EOF

0 comments on commit c56fd14

Please sign in to comment.