Skip to content

Commit

Permalink
Bumping up NOMAD version to 0.5.6 and adding version as ENV variable
Browse files Browse the repository at this point in the history
  • Loading branch information
mgagliardoedrans committed Apr 25, 2017
1 parent f428b65 commit b2dc22c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion demo/vagrant/Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b2dc22c

Please sign in to comment.