From 5c65cf498e19d021a2832ecdf9c94a9bf7c06ad5 Mon Sep 17 00:00:00 2001 From: "Christopher M. Luciano" Date: Thu, 7 May 2020 12:26:27 -0400 Subject: [PATCH] build: remove unnecessary tag line in e2e The comment on this block states that this line should be removed after the multi-arch image action is merged in the Makefile. Signed-off-by: Christopher M. Luciano --- test/e2e/run.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/test/e2e/run.sh b/test/e2e/run.sh index 469307d445..befe7e6893 100755 --- a/test/e2e/run.sh +++ b/test/e2e/run.sh @@ -99,7 +99,6 @@ else exit fi -# Remove after https://github.com/kubernetes/ingress-nginx/pull/4271 is merged docker tag ${REGISTRY}/nginx-ingress-controller-${ARCH}:${TAG} ${REGISTRY}/nginx-ingress-controller:${TAG} # Preload images used in e2e tests