mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-24 12:15:52 +00:00
SSH_USER:-
Signed-off-by: Namanl2001 <namanlakhwani@gmail.com>
This commit is contained in:
parent
be3c851085
commit
b99c2f4894
@ -47,7 +47,7 @@ timeout_arg=""
|
||||
system_spec_name=${SYSTEM_SPEC_NAME:-}
|
||||
extra_envs=${EXTRA_ENVS:-}
|
||||
runtime_config=${RUNTIME_CONFIG:-}
|
||||
ssh_user=${SSH_USER:-}
|
||||
ssh_user=${SSH_USER:-${USER}}
|
||||
ssh_key=${SSH_KEY:-${GCE_SSH_PRIVATE_KEY_FILE:-${USER}/.ssh/google_compute_engine}}
|
||||
|
||||
# Parse the flags to pass to ginkgo
|
||||
|
Loading…
Reference in New Issue
Block a user