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: Id30ebbea47222177f2825a9547d1814bae7f6628
This commit is contained in:
parent
a4e4b77676
commit
3f28bc3984
@ -19,6 +19,7 @@
|
|||||||
- openstack-python36-jobs
|
- openstack-python36-jobs
|
||||||
vars:
|
vars:
|
||||||
rtd_webhook_id: '38572'
|
rtd_webhook_id: '38572'
|
||||||
|
rtd_project_name: 'airship-deckhand'
|
||||||
check:
|
check:
|
||||||
jobs:
|
jobs:
|
||||||
- deckhand-tox-py27-postgresql
|
- deckhand-tox-py27-postgresql
|
||||||
|
Loading…
Reference in New Issue
Block a user