fix swarm build in tests

Signed-off-by: Victor Vieux <vieux@docker.com>
This commit is contained in:
Victor Vieux 2016-04-26 11:16:37 -07:00
parent e19990d2f5
commit ef7e2777a8
No known key found for this signature in database
GPG Key ID: AF8052874DD34072
1 changed files with 2 additions and 0 deletions

View File

@ -21,6 +21,8 @@ export SWARM_BINARY=`mktemp`
execute time curl -L --silent https://github.com/docker/compose/releases/download/${DOCKER_COMPOSE_VERSION}/docker-compose-`uname -s`-`uname -m` > /usr/local/bin/docker-compose
execute chmod +x /usr/local/bin/docker-compose
export GO15VENDOREXPERIMENT=1
# Build Swarm.
execute time go build -o "$SWARM_BINARY" ../..