From be3792919bedcf3500e097c194b0dbb949c8f80c Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Mon, 22 Jul 2019 16:26:43 +0200 Subject: [PATCH] Remove publishing to docs.openstack.org Only official projects can publish to docs.openstack.org, thus remove the publishing job for releasenotes from this project. this is done with replacing the template with a build-only template. Depends-On: https://review.opendev.org/672053 Change-Id: I9254be7bd600b63674d4fc6fa5e29f805d6b61c8 --- .zuul.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zuul.yaml b/.zuul.yaml index 16a7172..9d5ca2d 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -2,4 +2,4 @@ templates: - openstack-python-jobs - openstack-python36-jobs - - release-notes-jobs-python3 + - build-release-notes-jobs-python3