mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-21 10:51:29 +00:00
adding quote in SSH_KEY
Signed-off-by: Namanl2001 <namanlakhwani@gmail.com>
This commit is contained in:
parent
dda8248a0e
commit
c6e0564f53
@ -48,7 +48,7 @@ system_spec_name=${SYSTEM_SPEC_NAME:-}
|
|||||||
extra_envs=${EXTRA_ENVS:-}
|
extra_envs=${EXTRA_ENVS:-}
|
||||||
runtime_config=${RUNTIME_CONFIG:-}
|
runtime_config=${RUNTIME_CONFIG:-}
|
||||||
ssh_user=${SSH_USER:-"${USER}"}
|
ssh_user=${SSH_USER:-"${USER}"}
|
||||||
ssh_key=${SSH_KEY:-}
|
ssh_key=${SSH_KEY:-""}
|
||||||
|
|
||||||
# Parse the flags to pass to ginkgo
|
# Parse the flags to pass to ginkgo
|
||||||
ginkgoflags=""
|
ginkgoflags=""
|
||||||
|
Loading…
Reference in New Issue
Block a user