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 5501e7b commit 28d6072Copy full SHA for 28d6072
jenkins.bat
@@ -2,6 +2,6 @@ set BOOT2DOCKER_VM=default
2
set PATH=%PATH%;"C:\\Program Files\\Docker Toolbox\\"
3
docker-machine start %BOOT2DOCKER_VM%
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 @%i
+@FOR /f "tokens=*" %i IN ('docker-machine env --shell cmd %BOOT2DOCKER_VM%') DO @%
6
7
python setup.py test --addopts --junit-xml=tests.xml
0 commit comments