From 36dd2319681b3b2942ad4ae7ab1c44a102e5507b Mon Sep 17 00:00:00 2001 From: lpiwowar Date: Tue, 19 Oct 2021 16:37:35 +0200 Subject: [PATCH] Fix uploading of documentation to opendev.org This patch makes sure that the promote pipeline uploads the generated documentation to opendev.org. Previously the promote pipeline called opendev-tox-docs job (this had no effect on uploading of the documentation). Change-Id: I026934236a376ed63c2bc5e9b25bb3baaa3f238b --- .zuul.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zuul.yaml b/.zuul.yaml index 2d213e6..ec52f69 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -7,4 +7,4 @@ - opendev-tox-docs promote: jobs: - - opendev-tox-docs + - opendev-promote-docs