7df391e2e5
These parameters will produce the same output directory path, but will enable the role to return the correct preview artifact url. Depends-On: https://review.opendev.org/676437 Change-Id: I65a5c6616eb5725f175df7d67cbf05bca9ba03a3
7 lines
150 B
YAML
7 lines
150 B
YAML
- hosts: all
|
|
roles:
|
|
- role: fetch-tox-output
|
|
- role: fetch-sphinx-output
|
|
sphinx_output_dir: 'publish-docs'
|
|
sphinx_build_dir: ''
|