mirror of
https://github.com/kemko/nomad.git
synced 2026-01-05 01:45:44 +03:00
dev: bump vagrant consul version to match CI
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user