Add root_marker_dir for releasenotes publish
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
This commit is contained in:
parent
fbefc58948
commit
8b09e0cf98
@ -1,6 +1,7 @@
|
|||||||
- hosts: all
|
- hosts: all
|
||||||
roles:
|
roles:
|
||||||
- role: write-root-marker
|
- role: write-root-marker
|
||||||
|
root_marker_dir: "{{ zuul_work_dir }}/{{ sphinx_build_dir }}/html"
|
||||||
when: zuul_success | bool
|
when: zuul_success | bool
|
||||||
- role: fetch-sphinx-output
|
- role: fetch-sphinx-output
|
||||||
sphinx_output_suffix: "/"
|
sphinx_output_suffix: "/"
|
||||||
|
Loading…
Reference in New Issue
Block a user