Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 554 Bytes

File metadata and controls

16 lines (12 loc) · 554 Bytes

CAPI Release

This is the bosh release for Cloud Foundry's Cloud Controller.

Install binaries for running CCBridge unit tests

# Install ginkgo
go install github.com/onsi/ginkgo/ginkgo

# Install consul
if uname -a | grep Darwin; then os=darwin; else os=linux; fi
curl -L -o $TMPDIR/consul-0.5.2.zip "https://releases.hashicorp.com/consul/0.5.2/consul_0.5.2_${os}_amd64.zip"
unzip $TMPDIR/consul-0.5.2.zip -d $GOPATH/bin
rm $TMPDIR/consul-0.5.2.zip