mirror of https://github.com/docker/docker-py.git
Merge pull request #3297 from thaJeztah/fix_makefile_circref
Makefile: fix circular reference for integration-dind
This commit is contained in:
commit
03e43be6af
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