Fix rtd publishing
The trigger URL is [0]. The tooling sets rtd_project_name to "airmada" but the project is named "airship-xxxx" in RTD. Introduce rtd_project_name and set it to correct value. See also [1]. [0] https://readthedocs.org/api/v2/webhook/{{ rtd_project_name }}/{{ rtd_webhook_id }} [1] https://zuul-ci.org/docs/zuul-jobs/general-roles.html#rolevar-trigger-readthedocs.rtd_project_name Change-Id: I57ab07ac8b5cf891437b41cea74b09640df026be
This commit is contained in:
parent
cd6f154da5
commit
8bfa323814
@ -17,6 +17,7 @@
|
||||
- openstack-python36-jobs
|
||||
vars:
|
||||
rtd_webhook_id: '38576'
|
||||
rtd_project_name: 'airship-shipyard'
|
||||
check:
|
||||
jobs:
|
||||
- openstack-tox-pep8
|
||||
|
Loading…
x
Reference in New Issue
Block a user