upgrade integration environment

Signed-off-by: Alexandre Beslic <abronan@docker.com>
This commit is contained in:
Alexandre Beslic 2015-11-22 15:31:57 -08:00
parent bb26c7c164
commit c4f85c531a
1 changed files with 1 additions and 1 deletions

View File

@ -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 \