mirror of https://github.com/milvus-io/milvus.git
[skip e2e] Update comment for e2e-k8s.sh (#14033)
Signed-off-by: Jenny Li <jing.li@zilliz.com>pull/14065/head
parent
d4f9365a3d
commit
302585896b
|
@ -302,7 +302,7 @@ if [[ -n "${DISABLE_KIND:-}" ]]; then
|
|||
fi
|
||||
if [[ -z "${SKIP_BUILD_IMAGE:-}" ]]; then
|
||||
|
||||
#[remove-kind] if disable_kind exist, do not need kind registry
|
||||
# If disable_kind exist,login ci docker registry instead
|
||||
if [[ -n "${DISABLE_KIND:-}" ]]; then
|
||||
trace "docker login in ci registry" docker_login_ci_registry
|
||||
else
|
||||
|
|
Loading…
Reference in New Issue