We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fba6ffe commit d9f9b96Copy full SHA for d9f9b96
Makefile
@@ -76,9 +76,6 @@ integration-test: build
76
setup-network:
77
docker network inspect dpy-tests || docker network create dpy-tests
78
79
-.PHONY: integration-dind
80
-integration-dind: integration-dind
81
-
82
.PHONY: integration-dind
83
integration-dind: build setup-network
84
docker rm -vf dpy-dind || :
0 commit comments