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 257c102 commit 58bc0d4Copy full SHA for 58bc0d4
jenkins.bat
@@ -2,7 +2,7 @@ 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
5
-
+docker version
6
python setup.py test --addopts "--junit-xml=tests.xml --cov-report xml --cov cwltool"
7
pip install codecov
8
codecov
0 commit comments