8b09e0cf98
To use the write-root-marker role from opendev/base-jobs, set the root_marker_dir to the same value that is currently set by the openstack-zuul-jobs role. Needed-By: https://review.opendev.org/731460 Change-Id: I169f069aa458bc7d02f9c0295702c1316fff825f
10 lines
321 B
YAML
10 lines
321 B
YAML
- hosts: all
|
|
roles:
|
|
- role: write-root-marker
|
|
root_marker_dir: "{{ zuul_work_dir }}/{{ sphinx_build_dir }}/html"
|
|
when: zuul_success | bool
|
|
- role: fetch-sphinx-output
|
|
sphinx_output_suffix: "/"
|
|
zuul_executor_dest: "{{ zuul.executor.work_root }}/artifacts"
|
|
when: zuul_success | bool
|