refstack-client/.zuul.yaml
lpiwowar 36dd231968 Fix uploading of documentation to opendev.org
This patch makes sure that the promote pipeline uploads the
generated documentation to opendev.org. Previously the promote
pipeline called opendev-tox-docs job (this had no effect on
uploading of the documentation).

Change-Id: I026934236a376ed63c2bc5e9b25bb3baaa3f238b
2021-10-21 21:08:46 +00:00

11 lines
166 B
YAML

- project:
check:
jobs:
- opendev-tox-docs
gate:
jobs:
- opendev-tox-docs
promote:
jobs:
- opendev-promote-docs