project-config/playbooks/publish/releasenotes.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