
The job was missing the playbook, add it. Change-Id: I96d8e3d958081667df5e69e148e13c6b27c34767
6 lines
161 B
YAML
6 lines
161 B
YAML
- hosts: all
|
|
roles:
|
|
- role: fetch-tox-output
|
|
- role: fetch-sphinx-output
|
|
sphinx_output_src: "{{ zuul.project.src_dir }}/deploy-guide/build/html"
|