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 d5a79f1 commit 6311a83
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions infrastructure/nomad/playbooks/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -585,11 +585,8 @@

- name: Deploy Jobs
ansible.builtin.shell: |
cat {{ ansible_env.HOME }}/{{ env }}/{{ job.name }}.nomad
echo "nomad file"
nomad job plan {{ ansible_env.HOME }}/{{ env }}/{{ job.name }}.nomad
#nomad run {{ ansible_env.HOME }}/{{ env }}/{{ job.name }}.nomad
nomad run {{ ansible_env.HOME }}/{{ env }}/{{ job.name }}.nomad
TIMEOUT={% if profile == 'ci' %}600{% else %}300{% endif %}
POLL_INTERVAL=2
Expand Down

0 comments on commit 6311a83

Please sign in to comment.