mirror of
https://github.com/docker/docs.git
synced 2026-03-31 00:08:55 +07:00
fix swarm build in tests
Signed-off-by: Victor Vieux <vieux@docker.com>
This commit is contained in:
@@ -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" ../..
|
||||
|
||||
|
||||
Reference in New Issue
Block a user