Monty Taylor 3af7c16417
Make api jobs post playbooks honor zuul_work_dir
We tried to add os-api-ref-nova-src to run api-ref build on nova content
on changes to api-ref, but this hardcodes project. Make it honor
zuul_work_dir. Also do api-guide while we're here, since it's the same
pattern.

Change-Id: I97448d681e3e48753496818fa248ee96dd36d65b
2017-11-30 15:44:20 -06:00

6 lines
181 B
YAML

- hosts: all
roles:
- role: fetch-tox-output
- role: fetch-sphinx-output
sphinx_output_src: "{{ zuul_work_dir|default(zuul.project.src_dir) }}/api-guide/build/html"