Merge "Remove trailing slash from releasenote job sphinx_output_src"

This commit is contained in:
Zuul 2017-10-05 14:10:24 +00:00 committed by Gerrit Code Review
commit c544f527a6

View File

@ -2,5 +2,5 @@
roles:
- role: fetch-tox-output
- role: fetch-sphinx-output
sphinx_output_src: "{{ zuul.project.src_dir }}/releasenotes/build/html/"
sphinx_output_src: "{{ zuul.project.src_dir }}/releasenotes/build/html"
zuul_executor_dest: "{{ zuul.executor.log_root }}"