Skip to content

Commit

Permalink
Remove unused make push-e2e cmd
Browse files Browse the repository at this point in the history
e2e-test image can be built with
the same make command as other images.

Signed-off-by: Elina Akhmanova <elinka@google.com>
  • Loading branch information
code-elinka committed Nov 23, 2022
1 parent cb08706 commit e8b8721
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,7 @@ CONTAINER_PREFIX ?= ingress-gce
VERSION ?= $(shell git describe --tags --always --dirty)

# Set to 1 to print more verbose output from the build.
VERBOSE ?= 0
VERBOSE ?= 1

# 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

0 comments on commit e8b8721

Please sign in to comment.