
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
6 lines
181 B
YAML
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"
|