Skip to content

Commit

Permalink
Remove some vars from make push-e2e target
Browse files Browse the repository at this point in the history
  • Loading branch information
rramkumar1 committed Jan 24, 2018
1 parent 191bc89 commit 5941d94
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 @@ -46,4 +46,4 @@ 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 REGISTRY=gcr.io/e2e-ingress-gce VERSION=latest CONTAINER_PREFIX=ingress-gce-e2e containers push
@$(MAKE) --no-print-directory CONTAINER_PREFIX=ingress-gce-e2e containers push

0 comments on commit 5941d94

Please sign in to comment.