From 43f388cd5a35c9c5e1af0927098fc7d633ce8bcd Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Thu, 19 Sep 2019 10:46:27 +0200 Subject: [PATCH] Update publishing The docs repo publishes to the /, not the docs subdirectory. Use the new promote job for this. Depends-On: https://review.opendev.org/683059 Change-Id: I3c5ba425ce5c7646c9c2b9579ce332d3a725056f --- .zuul.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.zuul.yaml b/.zuul.yaml index d3dacfe70..14395d18d 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -1,11 +1,16 @@ --- - project: templates: - - publish-stx-docs - stx-api-ref-jobs check: jobs: - openstack-tox-linters + - openstack-tox-docs gate: jobs: - openstack-tox-linters + - openstack-tox-docs + promote: + jobs: + # Special publishing job for this repo + - promote-stx-tox-docs-site