From e1328ed98be7ad17b8458c02a56e980ca092e63e Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Fri, 17 May 2019 16:04:43 +0200 Subject: [PATCH] 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: Icc3377f5898a2b9905434a851e98bb84c74a8bfa --- .zuul.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.zuul.yaml b/.zuul.yaml index a38cb375a..8852ad24b 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -15,6 +15,7 @@ - docs-on-readthedocs vars: rtd_webhook_id: '47687' + rtd_project_name: 'airship-treasuremap' check: jobs: - treasuremap-airship-seaworthy-site-lint