Add the documentation build back in the CI

This patch adds the linters job back during the check.

Change-Id: I4f47332b52487289993d8ebdee52018da997cb95
This commit is contained in:
Gael Chamoulaud (Strider) 2020-09-17 10:47:03 +02:00
parent 6885dba6ab
commit 4a36ca15a7
No known key found for this signature in database
GPG Key ID: 4119D0305C651D66
1 changed files with 9 additions and 0 deletions

View File

@ -22,8 +22,17 @@
- openstack-python3-victoria-jobs
check:
jobs:
- openstack-tox-linters
- openstack-tox-docs: &tripleo-docs
files:
- ^doc/.*
- ^README.rst
- validations-libs-functional
gate:
jobs:
- openstack-tox-linters
- openstack-tox-docs: *tripleo-docs
- validations-libs-functional
promote:
jobs:
- promote-openstack-tox-docs: *tripleo-docs