Skip to content

Commit

Permalink
Makefile: fix circular reference for integration-dind
Browse files Browse the repository at this point in the history
Noticed this warning;

    make: Circular integration-dind <- integration-dind dependency dropped.

Signed-off-by: Sebastiaan van Stijn <[email protected]>
  • Loading branch information
thaJeztah committed Nov 14, 2024
1 parent bb0edd1 commit b2b5314
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,6 @@ integration-test: build
setup-network:
docker network inspect dpy-tests || docker network create dpy-tests

.PHONY: integration-dind
integration-dind: integration-dind

.PHONY: integration-dind
integration-dind: build setup-network
docker rm -vf dpy-dind || :
Expand Down

0 comments on commit b2b5314

Please sign in to comment.