mirror of
https://github.com/docker/compose.git
synced 2026-08-04 14:47:40 +00:00
Add metrics
Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
This commit is contained in:
parent
2e273c5029
commit
369eb3220a
11 changed files with 344 additions and 25 deletions
|
|
@ -21,6 +21,7 @@ elif [ "$DOCKER_VERSIONS" == "all" ]; then
|
|||
DOCKER_VERSIONS=$($get_versions -n 2 recent)
|
||||
fi
|
||||
|
||||
DOCKER_VERSIONS=19.03.14
|
||||
|
||||
BUILD_NUMBER=${BUILD_NUMBER-$USER}
|
||||
PY_TEST_VERSIONS=${PY_TEST_VERSIONS:-py39}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue