![Andreas Jaeger](/assets/img/avatar_default.png)
Remove tox-linters job, the default job now runs on bionic, so there's no need to use an extra job. Replace it with the default job. Replace obsolete build-openstack-sphinx-docs with new template build-openstack-docs-pti which calls "tox -e docs" directly. Update tox.ini for this to use python3. Fix URL in docs to use new location of repo after OpenDev rename. Change-Id: I8c46d95ae1156af01eb07fe7559bbf9e751cf055
11 lines
172 B
YAML
11 lines
172 B
YAML
---
|
|
- project:
|
|
templates:
|
|
- build-openstack-docs-pti
|
|
check:
|
|
jobs:
|
|
- openstack-tox-linters
|
|
gate:
|
|
jobs:
|
|
- openstack-tox-linters
|