[skip e2e] Update comment for e2e-k8s.sh (#14033)

Signed-off-by: Jenny Li <jing.li@zilliz.com>
pull/14065/head
Jenny Li 2021-12-23 14:32:22 +08:00 committed by GitHub
parent d4f9365a3d
commit 302585896b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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