Skip to content

Commit 58bc0d4

Browse files
committed
report docker version
1 parent 257c102 commit 58bc0d4

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,7 +2,7 @@ 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
44
FOR /f "tokens=*" %%i IN ('docker-machine env --shell cmd default') DO %%i
5-
5+
docker version
66
python setup.py test --addopts "--junit-xml=tests.xml --cov-report xml --cov cwltool"
77
pip install codecov
88
codecov

0 commit comments

Comments
 (0)