fix publishing of deploy and install guide
Adopt to change to prepare-docs-for-afs. Change-Id: I708dab3119bb4b167b4ae68eb7fa575fa96e7984 Depends-On: Ib9c28eeea6c369f4ccad50c0672eee4f91b4370a
This commit is contained in:
parent
0489a96731
commit
ca591b8e5a
@ -1,7 +1,7 @@
|
|||||||
- hosts: all
|
- hosts: all
|
||||||
roles:
|
roles:
|
||||||
- role: prepare-docs-for-afs
|
- role: prepare-docs-for-afs
|
||||||
doc_build_dir: "{{ zuul_work_dir }}/deploy-guide/build"
|
doc_toplevel_dir: "deploy-guide"
|
||||||
when: zuul_success | bool
|
when: zuul_success | bool
|
||||||
- fetch-tox-output
|
- fetch-tox-output
|
||||||
- role: write-root-marker
|
- role: write-root-marker
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
- hosts: all
|
- hosts: all
|
||||||
roles:
|
roles:
|
||||||
- role: prepare-docs-for-afs
|
- role: prepare-docs-for-afs
|
||||||
doc_build_dir: "{{ zuul_work_dir }}/install-guide/build"
|
doc_toplevel_dir: "install-guide"
|
||||||
when: zuul_success | bool
|
when: zuul_success | bool
|
||||||
- fetch-tox-output
|
- fetch-tox-output
|
||||||
- role: write-root-marker
|
- role: write-root-marker
|
||||||
|
Loading…
Reference in New Issue
Block a user