From 302585896b98453be119c3b05d505d94c2bd4c86 Mon Sep 17 00:00:00 2001 From: Jenny Li Date: Thu, 23 Dec 2021 14:32:22 +0800 Subject: [PATCH] [skip e2e] Update comment for e2e-k8s.sh (#14033) Signed-off-by: Jenny Li --- tests/scripts/e2e-k8s.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/scripts/e2e-k8s.sh b/tests/scripts/e2e-k8s.sh index 49b47c4dd1..b5e9fd35cc 100755 --- a/tests/scripts/e2e-k8s.sh +++ b/tests/scripts/e2e-k8s.sh @@ -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