Skip to content

Commit

Permalink
Merge pull request #521 from porridge/make-deps
Browse files Browse the repository at this point in the history
nginx-ingress-controller is built twice by docker-build target
  • Loading branch information
aledbf authored Mar 30, 2017
2 parents 7526728 + ed65647 commit 4ecb905
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,11 @@ controllers:
make -C controllers/nginx build

.PHONY: docker-build
docker-build: controllers
docker-build:
make -C controllers/nginx container

.PHONY: docker-push
docker-push: docker-build
docker-push:
make -C controllers/nginx push

.PHONY: ginkgo
Expand Down

0 comments on commit 4ecb905

Please sign in to comment.