Skip to content

Commit

Permalink
fix: preview test (#1538)
Browse files Browse the repository at this point in the history
* fix: preview test

* fix: position

* fix: script
  • Loading branch information
kevbarns authored Sep 27, 2024
1 parent acf29c9 commit fdc64b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .infra/ansible/tasks/preview_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@

- name: "[{{ pr_number }}] Build local images 0.0.0-{{ pr_number }}"
shell:
cmd: "flock --verbose --close /tmp/deployment_build.lock .bin/mna-lba preview:build:temp 0.0.0-{{ pr_number }} load preview"
cmd: "flock --verbose --close /tmp/deployment_build.lock .bin/mna-lba preview:build 0.0.0-{{ pr_number }} load commit-hash-temp preview"
chdir: "/opt/app/projects/{{ pr_number }}/repository"
async: 900 # max 15 minutes
poll: 15 # check every 15s
Expand Down

0 comments on commit fdc64b9

Please sign in to comment.