Skip to content

Commit

Permalink
Merge pull request #88 from dirgim/dont-wait-unstarted-build
Browse files Browse the repository at this point in the history
Don't wait for the container to start building if new-app didn't retu…
  • Loading branch information
arilivigni authored Sep 24, 2018
2 parents a3a6e67 + 165d09a commit 32d9b29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playbooks/roles/os_temps/tasks/build_new_app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@
retries: 6
delay: 10
ignore_errors: yes
when: build_results[template_name]|bool == false
when: (build_results[template_name]|bool == false and app_build_status.stdout_lines is defined)

0 comments on commit 32d9b29

Please sign in to comment.