Skip to content

Commit

Permalink
Merge pull request #99 from rramkumar1/modify-e2e-make
Browse files Browse the repository at this point in the history
Fix push-e2e make rule
  • Loading branch information
nicksardo committed Jan 8, 2018
2 parents 7ba5141 + d3c0d53 commit e7b3066
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ 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
@$(MAKE) --no-print-directory REGISTRY=gcr.io/e2e-ingress-gce CONTAINER_PREFIX=ingress-gce-e2e containers push

0 comments on commit e7b3066

Please sign in to comment.