Merge pull request #3297 from thaJeztah/fix_makefile_circref

Makefile: fix circular reference for integration-dind
This commit is contained in:
Sebastiaan van Stijn 2024-11-18 18:03:11 +01:00 committed by GitHub
commit 03e43be6af
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 3 deletions

View File

@ -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 || :