mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-05-28 04:04:39 -04:00
trying quoting
Signed-off-by: Namanl2001 <namanlakhwani@gmail.com>
This commit is contained in:
parent
1b69338460
commit
dda8248a0e
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ timeout_arg=""
|
|||
system_spec_name=${SYSTEM_SPEC_NAME:-}
|
||||
extra_envs=${EXTRA_ENVS:-}
|
||||
runtime_config=${RUNTIME_CONFIG:-}
|
||||
ssh_user=${SSH_USER:-${USER}}
|
||||
ssh_user=${SSH_USER:-"${USER}"}
|
||||
ssh_key=${SSH_KEY:-}
|
||||
|
||||
# Parse the flags to pass to ginkgo
|
||||
|
|
|
|||
Loading…
Reference in a new issue