Skip to content

Commit 408232c

Browse files
committed
hardcode machine name
1 parent 28d6072 commit 408232c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

jenkins.bat

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
set BOOT2DOCKER_VM=default
21
set PATH=%PATH%;"C:\\Program Files\\Docker Toolbox\\"
3-
docker-machine start %BOOT2DOCKER_VM%
2+
docker-machine start default
43
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 @%
4+
@FOR /f "tokens=*" %i IN ('docker-machine env --shell cmd default') DO @%i
65

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

0 commit comments

Comments
 (0)