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 408232c commit 854234dCopy full SHA for 854234d
jenkins.bat
@@ -1,6 +1,6 @@
1
set PATH=%PATH%;"C:\\Program Files\\Docker Toolbox\\"
2
docker-machine start default
3
REM Set the environment variables to use docker-machine and docker commands
4
-@FOR /f "tokens=*" %i IN ('docker-machine env --shell cmd default') DO @%i
+FOR /f "tokens=*" %%i IN ('docker-machine env --shell cmd default') DO %%i
5
6
python setup.py test --addopts --junit-xml=tests.xml
0 commit comments