Bump Consul to 1.0.0 in vagrant/travis
This commit is contained in:
parent
6f66332abc
commit
d214242556
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
set -o errexit
|
set -o errexit
|
||||||
|
|
||||||
VERSION=0.9.2
|
VERSION=1.0.0
|
||||||
DOWNLOAD=https://releases.hashicorp.com/consul/${VERSION}/consul_${VERSION}_linux_amd64.zip
|
DOWNLOAD=https://releases.hashicorp.com/consul/${VERSION}/consul_${VERSION}_linux_amd64.zip
|
||||||
|
|
||||||
function install_consul() {
|
function install_consul() {
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
set -o errexit
|
set -o errexit
|
||||||
|
|
||||||
VERSION=0.9.2
|
VERSION=1.0.0
|
||||||
DOWNLOAD=https://releases.hashicorp.com/consul/${VERSION}/consul_${VERSION}_linux_amd64.zip
|
DOWNLOAD=https://releases.hashicorp.com/consul/${VERSION}/consul_${VERSION}_linux_amd64.zip
|
||||||
|
|
||||||
function install_consul() {
|
function install_consul() {
|
||||||
|
|
Loading…
Reference in New Issue