Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
ayshvm authored Jul 6, 2024
1 parent 23af042 commit 36ae8b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infrastructure/nomad/playbooks/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -676,7 +676,7 @@

- name: Deploy Jobs
ansible.builtin.shell: |
LOGFILE="/tmp/{{ ansible_env.HOME }}/{{ env }}/{{ job.name }}.log"
LOGFILE="{{ ansible_env.HOME }}/{{ env }}/{{ job.name }}.log"
# Run the Nomad job and log output
nomad run "{{ ansible_env.HOME }}/{{ env }}/{{ job.name }}.nomad" &>> "${LOGFILE}"
Expand Down

0 comments on commit 36ae8b8

Please sign in to comment.