Skip to content

Commit 28d6072

Browse files
committed
remove typo
1 parent 5501e7b commit 28d6072

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
@@ -2,6 +2,6 @@ set BOOT2DOCKER_VM=default
22
set PATH=%PATH%;"C:\\Program Files\\Docker Toolbox\\"
33
docker-machine start %BOOT2DOCKER_VM%
44
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
5+
@FOR /f "tokens=*" %i IN ('docker-machine env --shell cmd %BOOT2DOCKER_VM%') DO @%
66

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

0 commit comments

Comments
 (0)