Skip to content

Commit

Permalink
0.12.7 version
Browse files Browse the repository at this point in the history
  • Loading branch information
qazz92 committed Nov 2, 2020
1 parent 14e0d6b commit 23ded3e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM hendrikmaus/nomad-cli:0.10.1
FROM hendrikmaus/nomad-cli:0.12.7

RUN apk update && apk add bash gettext

Expand Down
1 change: 1 addition & 0 deletions deploy
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ if [ -f "$nomad_job_file_path" ]; then
produce_replaced_nomad_file
export NOMAD_ADDR="$nomad_address"
export NOMAD_TOKEN="$nomad_token"
nomad job plan "$replaced_nomad_job_file_path"
nomad job run "$replaced_nomad_job_file_path"
else
echo "$nomad_job_file_path does not exist"
Expand Down

0 comments on commit 23ded3e

Please sign in to comment.