Bumping up NOMAD version to 0.5.6 and adding version as ENV variable

This commit is contained in:
Miguel Gagliardo 2017-04-25 18:02:33 -03:00
parent a7e913ee78
commit bf1ab0a321
1 changed files with 2 additions and 1 deletions

View File

@ -7,9 +7,10 @@ sudo apt-get update
sudo DEBIAN_FRONTEND=noninteractive apt-get install -y unzip curl wget vim
# Download Nomad
NOMAD_VERSION=0.5.6
echo Fetching Nomad...
cd /tmp/
curl -sSL https://releases.hashicorp.com/nomad/0.5.4/nomad_0.5.4_linux_amd64.zip -o nomad.zip
curl -sSL https://releases.hashicorp.com/nomad/${NOMAD_VERSION}/nomad_${NOMAD_VERSION}_linux_amd64.zip -o nomad.zip
echo Installing Nomad...
unzip nomad.zip