Browse code

Remove explicit DOCKER_API_VERSION from integration env setup

Use the default version because it is used by the client package

Signed-off-by: Daniel Nephin <dnephin@docker.com>

Daniel Nephin authored on 2018/02/17 07:29:19
Showing 1 changed files
... ...
@@ -7,10 +7,6 @@ export PATH="$base/binary-daemon:$base/dynbinary-daemon:$PATH"
7 7
 
8 8
 export TEST_CLIENT_BINARY=docker
9 9
 
10
-# Do not bump this version! Integration tests should no longer rely on the docker cli, they should be
11
-# API tests instead. For the existing tests the scripts will use a frozen version of the docker cli
12
-# with a DOCKER_API_VERSION frozen to 1.30, which should ensure that the CI remains green at all times.
13
-export DOCKER_API_VERSION=1.30
14 10
 if [ -n "$DOCKER_CLI_PATH" ]; then
15 11
 	export TEST_CLIENT_BINARY=/usr/local/cli/$(basename "$DOCKER_CLI_PATH")
16 12
 fi