Skip to content

Commit

Permalink
Merge pull request #88 from rramkumar1/add-e2e-make-rule
Browse files Browse the repository at this point in the history
Add e2e make rule
  • Loading branch information
freehan authored Jan 2, 2018
2 parents 157cda7 + eccfc53 commit e6312d1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,7 @@ VERBOSE ?= 0

# Include standard build rules.
include build/rules.mk

# Additional rule to build an image of glbc for e2e testing.
push-e2e:
@$(MAKE) --no-print-directory CONTAINER_PREFIX=ingress-gce-e2e containers push

0 comments on commit e6312d1

Please sign in to comment.