Fix e2e make targets
This commit is contained in:
parent
ac6930b2e7
commit
6895e71f80
3 changed files with 8 additions and 5 deletions
8
Makefile
8
Makefile
|
|
@ -59,10 +59,14 @@ clean:
|
|||
controllers:
|
||||
make -C controllers/nginx build
|
||||
|
||||
.PHONY: controllers-images
|
||||
controllers-images:
|
||||
.PHONY: docker-build
|
||||
docker-build: controllers
|
||||
make -C controllers/nginx container
|
||||
|
||||
.PHONY: docker-push
|
||||
docker-push: docker-build
|
||||
make -C controllers/nginx push
|
||||
|
||||
.PHONY: ginkgo
|
||||
ginkgo:
|
||||
go get github.com/onsi/ginkgo/ginkgo
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue