Bumping up NOMAD version to 0.5.6 and adding version as ENV variable
This commit is contained in:
parent
a7e913ee78
commit
bf1ab0a321
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue