![lpiwowar](/assets/img/avatar_default.png)
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
11 lines
166 B
YAML
11 lines
166 B
YAML
- project:
|
|
check:
|
|
jobs:
|
|
- opendev-tox-docs
|
|
gate:
|
|
jobs:
|
|
- opendev-tox-docs
|
|
promote:
|
|
jobs:
|
|
- opendev-promote-docs
|