Skip to content

Commit 854234d

Browse files
committed
double escape %
1 parent 408232c commit 854234d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jenkins.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
set PATH=%PATH%;"C:\\Program Files\\Docker Toolbox\\"
22
docker-machine start default
33
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
4+
FOR /f "tokens=*" %%i IN ('docker-machine env --shell cmd default') DO %%i
55

66
python setup.py test --addopts --junit-xml=tests.xml

0 commit comments

Comments
 (0)