From aa1fcbbd596e4c8ea62dd55239d7098ac5fd268f Mon Sep 17 00:00:00 2001 From: Elina Akhmanova Date: Wed, 23 Nov 2022 10:12:05 +0000 Subject: [PATCH] Remove unused make push-e2e cmd e2e-test image can be built with the same make command as other images. Signed-off-by: Elina Akhmanova --- Makefile | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Makefile b/Makefile index 8d83787fc0..acfdd36705 100644 --- a/Makefile +++ b/Makefile @@ -54,8 +54,3 @@ VERBOSE ?= 0 # Include standard build rules. include build/rules.mk - -# Additional rule to build an image of glbc for e2e testing. -# TODO(rramkumar): Find a way not to use "latest" as the tag. -push-e2e: - @$(MAKE) --no-print-directory containers push