2017-10-28 15:49:23 +02:00
|
|
|
- hosts: all
|
|
|
|
roles:
|
|
|
|
- role: fetch-sphinx-output
|
2018-01-02 19:50:39 +01:00
|
|
|
sphinx_output_src: "{{ zuul.project.src_dir }}/_out/"
|
2017-10-28 15:49:23 +02:00
|
|
|
zuul_executor_dest: "{{ zuul.executor.work_root }}/artifacts"
|
|
|
|
when: zuul_success | bool
|