From ae592877b643daab3142096a530083ef929bdb09 Mon Sep 17 00:00:00 2001 From: lpiwowar Date: Tue, 19 Oct 2021 16:20:44 +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: Ib1f6742a6614a9f64d128a7fd611044372d66f26 --- .zuul.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zuul.yaml b/.zuul.yaml index 6bad832e..381369fd 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -15,7 +15,7 @@ - opendev-tox-docs promote: jobs: - - opendev-tox-docs + - opendev-promote-docs - job: name: refstack-tox-functional