dev: bump vagrant consul version to match CI

This commit is contained in:
Tim Gross
2019-08-29 09:51:48 -04:00
parent 50068fc348
commit 09cb3994cc

View File

@@ -2,7 +2,7 @@
set -o errexit
VERSION=1.0.7
VERSION="1.6.0-rc1"
DOWNLOAD=https://releases.hashicorp.com/consul/${VERSION}/consul_${VERSION}_linux_amd64.zip
function install_consul() {
@@ -11,7 +11,7 @@ function install_consul() {
return
fi
fi
wget -q -O /tmp/consul.zip ${DOWNLOAD}
unzip -d /tmp /tmp/consul.zip