mirror of https://github.com/docker/docs.git
upgrade integration environment
Signed-off-by: Alexandre Beslic <abronan@docker.com>
This commit is contained in:
parent
bb26c7c164
commit
c4f85c531a
|
|
@ -14,7 +14,7 @@ SWARM_ROOT=$(cd ../..; pwd -P)
|
|||
INTEGRATION_IMAGE=${INTEGRATION_IMAGE:-dockerswarm/swarm-test-env}
|
||||
|
||||
# Make sure we upgrade the integration environment.
|
||||
#docker pull $INTEGRATION_IMAGE
|
||||
docker pull $INTEGRATION_IMAGE
|
||||
|
||||
# Start the integration tests in a Docker container.
|
||||
ID=$(docker run -d -t --privileged \
|
||||
|
|
|
|||
Loading…
Reference in New Issue