Skip to content

Commit

Permalink
Build from a commit halfway into the v0.6.7 release.
Browse files Browse the repository at this point in the history
This gets us the tls provider merged into mainline, so we don't need to
build from the branch anymore.
  • Loading branch information
Martin Atkins committed Oct 30, 2015
1 parent 61ea525 commit 679aa7c
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions build.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash -xe

export BASE_VERSION="v0.6.6"
export BASE_VERSION="5550ab51923dbbf6b4cb681dcf051e54d527f30d"
export PLUS_VERSION="0.3"
export GOPATH="$PWD/gopath"
export PATH="$GOPATH/bin:$PATH"
Expand Down Expand Up @@ -70,13 +70,6 @@ if [ ! -f $GOPATH/bin/terraform-provider-mysql ]; then
gox -arch="$GOX_ARCH" -os="$GOX_OS" -output="$GOX_PLUGIN_TEMPLATE" github.com/hashicorp/terraform/builtin/bins/provider-mysql
fi

# tls provider
if [ ! -f $GOPATH/bin/terraform-provider-tls ]; then
git checkout tls
go get github.com/hashicorp/terraform/builtin/bins/provider-tls
gox -arch="$GOX_ARCH" -os="$GOX_OS" -output="$GOX_PLUGIN_TEMPLATE" github.com/hashicorp/terraform/builtin/bins/provider-tls
fi

# influxdb provider
if [ ! -f $GOPATH/bin/terraform-provider-influxdb ]; then
git checkout influxdb-provider
Expand Down

0 comments on commit 679aa7c

Please sign in to comment.