Skip to content

Commit 03e43be

Browse files
authored
Merge pull request #3297 from thaJeztah/fix_makefile_circref
Makefile: fix circular reference for integration-dind
2 parents 80a5846 + d9f9b96 commit 03e43be

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Makefile

-3
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,6 @@ integration-test: build
7676
setup-network:
7777
docker network inspect dpy-tests || docker network create dpy-tests
7878

79-
.PHONY: integration-dind
80-
integration-dind: integration-dind
81-
8279
.PHONY: integration-dind
8380
integration-dind: build setup-network
8481
docker rm -vf dpy-dind || :

0 commit comments

Comments
 (0)