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 Dec 20, 2022
1 parent c7d03bf commit aa1fcbb
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit aa1fcbb

Please sign in to comment.