Skip to content

Commit 237f531

Browse files
committed
Removed obsolete env var in integration-dind target command
Signed-off-by: Joffrey F <[email protected]>
1 parent 02803af commit 237f531

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ integration-test-py3: build-py3
3232

3333
integration-dind: build build-py3
3434
docker rm -vf dpy-dind || :
35-
docker run -d --name dpy-dind --env="DOCKER_HOST=tcp://localhost:2375" --privileged dockerswarm/dind:1.10.3 docker daemon -H tcp://0.0.0.0:2375
35+
docker run -d --name dpy-dind --privileged dockerswarm/dind:1.10.3 docker daemon -H tcp://0.0.0.0:2375
3636
docker run --env="DOCKER_HOST=tcp://docker:2375" --link=dpy-dind:docker docker-py py.test tests/integration
3737
docker run --env="DOCKER_HOST=tcp://docker:2375" --link=dpy-dind:docker docker-py3 py.test tests/integration
3838
docker rm -vf dpy-dind

0 commit comments

Comments
 (0)