Fix build-deploy-guide
The job was missing the playbook, add it. Change-Id: I96d8e3d958081667df5e69e148e13c6b27c34767
This commit is contained in:
parent
173cf4beef
commit
82c05877f1
5
playbooks/build-deploy-guide/post.yaml
Normal file
5
playbooks/build-deploy-guide/post.yaml
Normal file
@ -0,0 +1,5 @@
|
||||
- hosts: all
|
||||
roles:
|
||||
- role: fetch-tox-output
|
||||
- role: fetch-sphinx-output
|
||||
sphinx_output_src: "{{ zuul.project.src_dir }}/deploy-guide/build/html"
|
Loading…
Reference in New Issue
Block a user