File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ def runTests = { Map settings ->
95
95
-e 'DOCKER_TEST_API_VERSION=${ apiVersion} ' \\
96
96
--network ${ testNetwork} \\
97
97
--volumes-from ${ dindContainerName} \\
98
- -v ~/.docker /config.json:/root/.docker/config.json \\
98
+ -v $D OCKER_CONFIG /config.json:/root/.docker/config.json \\
99
99
${ testImage} \\
100
100
py.test -v -rxs --cov=docker --ignore=tests/ssh tests/
101
101
"""
@@ -111,7 +111,7 @@ def runTests = { Map settings ->
111
111
-e 'DOCKER_TEST_API_VERSION=${ apiVersion} ' \\
112
112
--network ${ testNetwork} \\
113
113
--volumes-from ${ dindContainerName} \\
114
- -v ~/.docker /config.json:/root/.docker/config.json \\
114
+ -v $D OCKER_CONFIG /config.json:/root/.docker/config.json \\
115
115
${ testImage} \\
116
116
py.test -v -rxs --cov=docker tests/ssh
117
117
"""
You can’t perform that action at this time.
0 commit comments