zuul-jobs/roles/fetch-sphinx-output/tasks/main.yaml
Andreas Jaeger 56b9c68ba2 Remove sphinx_output_dir
this is a partial revert of Ifd270cbc2d4bd42418b89a3b3061748ce537ae42,
we do not need sphinx_output_dir anymore, the single use that needed it
has been changed.

Change-Id: I95543b1a56c04dbfb8591612e4c48be0d8631633
2019-08-16 15:39:59 +02:00

17 lines
362 B
YAML

- name: Collect sphinx build html
synchronize:
dest: "{{ zuul_executor_dest }}"
mode: pull
src: "{{ sphinx_output_src }}"
verify_host: true
- name: Return artifact to Zuul
zuul_return:
data:
zuul:
artifacts:
- name: "Docs preview site"
url: "html/"
metadata:
type: docs_site