service-types-authority/playbooks/fetch-publish-output.yaml
Monty Taylor e021ccb5ef
Update build to put content into sphinx location
The publication job looks in doc/build/html but we're writing it to
publish/. Update the location ... and also add a success-url to the job
so we can verify the content.

Change-Id: I44de36fcac19a754ec107554b7a300dacd62aa3a
2018-01-30 10:23:49 -06:00

7 lines
212 B
YAML

- hosts: all
roles:
- role: fetch-sphinx-output
sphinx_output_src: "{{ zuul.project.src_dir }}/doc/build/html"
zuul_executor_dest: "{{ zuul.executor.log_root }}"
when: zuul_success | bool