mirror of https://github.com/docker/docker-py.git
Makefile: fix circular reference for integration-dind
Noticed this warning;
make: Circular integration-dind <- integration-dind dependency dropped.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
fba6ffe297
commit
d9f9b965b2
3
Makefile
3
Makefile
|
|
@ -76,9 +76,6 @@ integration-test: build
|
||||||
setup-network:
|
setup-network:
|
||||||
docker network inspect dpy-tests || docker network create dpy-tests
|
docker network inspect dpy-tests || docker network create dpy-tests
|
||||||
|
|
||||||
.PHONY: integration-dind
|
|
||||||
integration-dind: integration-dind
|
|
||||||
|
|
||||||
.PHONY: integration-dind
|
.PHONY: integration-dind
|
||||||
integration-dind: build setup-network
|
integration-dind: build setup-network
|
||||||
docker rm -vf dpy-dind || :
|
docker rm -vf dpy-dind || :
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue