Only use overlay driver in CI
Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
This commit is contained in:
parent
eea3b1cd6f
commit
bcb977425b
3 changed files with 5 additions and 1 deletions
|
|
@ -21,6 +21,7 @@ for version in $DOCKER_VERSIONS; do
|
|||
--volume="/var/lib/docker" \
|
||||
--volume="${COVERAGE_DIR:-$(pwd)/coverage-html}:/code/coverage-html" \
|
||||
-e "DOCKER_VERSION=$version" \
|
||||
-e "DOCKER_DAEMON_ARGS" \
|
||||
--entrypoint="script/dind" \
|
||||
"$TAG" \
|
||||
script/wrapdocker nosetests --with-coverage --cover-branches --cover-package=compose --cover-erase --cover-html-dir=coverage-html --cover-html "$@"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue