Skip to content

Commit

Permalink
Updated github action to deploy nomad
Browse files Browse the repository at this point in the history
  • Loading branch information
ebarriosjr committed Sep 4, 2023
1 parent 4b868e0 commit a33ef1f
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 @@ -27,7 +27,7 @@ then
unzip -qq nomad.zip && \
mv nomad /usr/local/bin/ && \
rm nomad.zip
echo -e "Installed Nomad version:" $(NOMAD_VERSION)
echo -e "Installed:" $(nomad version)
fi

echo -e "NOMAD_ADDR:" $NOMAD_ADDR "\nNOMAD_PORT:" $NOMAD_PORT "\nNOMAD_JOB:" $NOMAD_JOB""
Expand Down

0 comments on commit a33ef1f

Please # to comment.