Merge "Remove extra quotation mark"

This commit is contained in:
Zuul 2017-09-10 18:56:33 +00:00 committed by Gerrit Code Review
commit 4e9d9f8353

View File

@ -6,5 +6,5 @@
when: zuul.change_url is defined
- debug:
msg: "At completion, logs for this job will be available at "{{ zuul_log_url }}/{{ zuul_log_path }}"
msg: "At completion, logs for this job will be available at {{ zuul_log_url }}/{{ zuul_log_path }}"
when: zuul_log_url is defined and zuul_log_path is defined