mirror of
https://github.com/docker/compose.git
synced 2025-04-08 17:05:13 +02:00
Make storage driver configurable in CI
Signed-off-by: Daniel Nephin <dnephin@docker.com>
This commit is contained in:
parent
73ca4eb599
commit
bdb9a280bc
@ -11,7 +11,9 @@ set -ex
|
||||
docker version
|
||||
|
||||
export DOCKER_VERSIONS=all
|
||||
export DOCKER_DAEMON_ARGS="--storage-driver=overlay"
|
||||
STORAGE_DRIVER=${STORAGE_DRIVER:-overlay}
|
||||
export DOCKER_DAEMON_ARGS="--storage-driver=$STORAGE_DRIVER"
|
||||
|
||||
GIT_VOLUME="--volumes-from=$(hostname)"
|
||||
. script/test-versions
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user