56b9c68ba2
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
17 lines
362 B
YAML
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
|