Skip to content

Commit

Permalink
Change to latest deploy action
Browse files Browse the repository at this point in the history
  • Loading branch information
ebarriosjr committed Sep 4, 2023
1 parent 6a3b98f commit 018cc54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ fi

if ! command -v nomad &> /dev/null
then
curl https://releases.hashicorp.com/nomad/$NOMAD_VERSION/nomad_$NOMAD_VERSION.zip -o nomad.zip && \
curl https://releases.hashicorp.com/nomad/${NOMAD_VERSION}/nomad_${NOMAD_VERSION}_linux_amd64.zip -o nomad.zip && \
unzip nomad.zip && \
mv nomad /usr/local/bin/ && \
rm nomad.zip
Expand Down

0 comments on commit 018cc54

Please sign in to comment.