Skip to content

Commit

Permalink
Merge pull request #3297 from thaJeztah/fix_makefile_circref
Browse files Browse the repository at this point in the history
Makefile: fix circular reference for integration-dind
  • Loading branch information
thaJeztah authored Nov 18, 2024
2 parents 80a5846 + d9f9b96 commit 03e43be
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 03e43be

Please sign in to comment.