zuul-jobs/roles/fetch-sphinx-output/tasks/main.yaml
Paul Belanger cc59ca16ab
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>
2017-08-31 19:34:33 -04:00

7 lines
158 B
YAML

- name: Collect sphinx build html
synchronize:
dest: "{{ zuul_executor_dest }}"
mode: pull
src: "{{ sphinx_output_src }}"
verify_host: true