From 5f819a0db24cad717a9ff3a4fe9245674b7d8cf1 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Tue, 21 Nov 2017 15:03:39 -0600 Subject: [PATCH] Set success-url for sphinx-docs to html We fetch the docs back and point people to them in build-openstack-sphinx-docs - but that's a great interface for sphinx jobs in general. Set it here so everyone gets it. Change-Id: I56427e57a1b4d113d734dbed68cb0828e2439c55 --- zuul.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/zuul.yaml b/zuul.yaml index 6bfa87033..35a330bd7 100644 --- a/zuul.yaml +++ b/zuul.yaml @@ -178,6 +178,7 @@ :default: {{ zuul.project.src_dir }} Directory to operate in. + success-url: html/ pre-run: playbooks/sphinx/pre.yaml run: playbooks/sphinx/run.yaml post-run: playbooks/sphinx/post.yaml