mirror of
https://github.com/docker/compose.git
synced 2026-06-26 03:04:15 +00:00
Take editions into account when selecting test engine versions
Get candidates from moby/moby and docker/docker-ce repos Signed-off-by: Joffrey F <joffrey@docker.com>
This commit is contained in:
parent
e8e2eb6e59
commit
821bd54663
2 changed files with 22 additions and 10 deletions
|
|
@ -14,7 +14,7 @@ docker run --rm \
|
|||
get_versions="docker run --rm
|
||||
--entrypoint=/code/.tox/py27/bin/python
|
||||
$TAG
|
||||
/code/script/test/versions.py docker/docker"
|
||||
/code/script/test/versions.py docker/docker-ce,moby/moby"
|
||||
|
||||
if [ "$DOCKER_VERSIONS" == "" ]; then
|
||||
DOCKER_VERSIONS="$($get_versions default)"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue