43f388cd5a
The docs repo publishes to the /, not the docs subdirectory. Use the new promote job for this. Depends-On: https://review.opendev.org/683059 Change-Id: I3c5ba425ce5c7646c9c2b9579ce332d3a725056f
17 lines
330 B
YAML
17 lines
330 B
YAML
---
|
|
- project:
|
|
templates:
|
|
- stx-api-ref-jobs
|
|
check:
|
|
jobs:
|
|
- openstack-tox-linters
|
|
- openstack-tox-docs
|
|
gate:
|
|
jobs:
|
|
- openstack-tox-linters
|
|
- openstack-tox-docs
|
|
promote:
|
|
jobs:
|
|
# Special publishing job for this repo
|
|
- promote-stx-tox-docs-site
|