mirror of https://github.com/docker/docs.git
fix swarm build in tests
Signed-off-by: Victor Vieux <vieux@docker.com>
This commit is contained in:
parent
e19990d2f5
commit
ef7e2777a8
|
@ -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" ../..
|
||||
|
||||
|
|
Loading…
Reference in New Issue