We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28d6072 commit 408232cCopy full SHA for 408232c
jenkins.bat
@@ -1,7 +1,6 @@
1
-set BOOT2DOCKER_VM=default
2
set PATH=%PATH%;"C:\\Program Files\\Docker Toolbox\\"
3
-docker-machine start %BOOT2DOCKER_VM%
+docker-machine start default
4
REM Set the environment variables to use docker-machine and docker commands
5
-@FOR /f "tokens=*" %i IN ('docker-machine env --shell cmd %BOOT2DOCKER_VM%') DO @%
+@FOR /f "tokens=*" %i IN ('docker-machine env --shell cmd default') DO @%i
6
7
python setup.py test --addopts --junit-xml=tests.xml
0 commit comments