Allow user to select source directory in fetch-sphinx-output
It is possible doc/build/html is not the output path for sphinx. So default to it but allow a user to override the value. Change-Id: Ifdb258a9342216d9a2ea0162d7d00dbf0ad7fdeb Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
parent
957cd57ea9
commit
cc59ca16ab
@ -1,3 +1,3 @@
|
|||||||
---
|
---
|
||||||
zuul_executor_dest: "{{ zuul.executor.log_root }}"
|
zuul_executor_dest: "{{ zuul.executor.log_root }}"
|
||||||
zuul_work_dir: "src/{{ zuul.project.canonical_name }}"
|
sphinx_output_src: "src/{{ zuul.project.canonical_name }}/doc/build/html"
|
||||||
|
@ -2,5 +2,5 @@
|
|||||||
synchronize:
|
synchronize:
|
||||||
dest: "{{ zuul_executor_dest }}"
|
dest: "{{ zuul_executor_dest }}"
|
||||||
mode: pull
|
mode: pull
|
||||||
src: "{{ zuul_work_dir }}/doc/build/html"
|
src: "{{ sphinx_output_src }}"
|
||||||
verify_host: true
|
verify_host: true
|
||||||
|
Loading…
Reference in New Issue
Block a user