Fix rtd publishing

The trigger URL is https://readthedocs.org/api/v2/webhook/{{ rtd_project_name }}/{{ rtd_webhook_id }}

The tooling sets rtd_project_name to "airmada" but the project is
named "airship-armada" in RTD. Introduce rtd_project_name and set it to
correct value.

See also
https://zuul-ci.org/docs/zuul-jobs/general-roles.html#rolevar-trigger-readthedocs.rtd_project_name

Change-Id: If44c1d56290726b974d8a3d64be0e65d203a8283
This commit is contained in:
Andreas Jaeger 2019-05-17 14:41:44 +02:00
parent 1110c23cd1
commit 877600a61d
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@
- openstack-python36-jobs
vars:
rtd_webhook_id: '47578'
rtd_project_name: 'airship-armada'
check:
jobs:
- openstack-tox-pep8