From c77ba4f81fcbeccc3db2faca44211799f6735598 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Tue, 21 Nov 2017 17:17:31 +0100 Subject: [PATCH] Fix install-guide building Add new playbook with correct path. Remove wrong playbook. Story: 2001291 Change-Id: If511c0074d24fbc6be40e9160dbec80263f9d551 --- playbooks/{deploy-guide => build-install-guide}/post.yaml | 2 +- zuul.d/jobs.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename playbooks/{deploy-guide => build-install-guide}/post.yaml (51%) diff --git a/playbooks/deploy-guide/post.yaml b/playbooks/build-install-guide/post.yaml similarity index 51% rename from playbooks/deploy-guide/post.yaml rename to playbooks/build-install-guide/post.yaml index 4ab00985..461395a0 100644 --- a/playbooks/deploy-guide/post.yaml +++ b/playbooks/build-install-guide/post.yaml @@ -2,4 +2,4 @@ roles: - role: fetch-tox-output - role: fetch-sphinx-output - sphinx_output_src: "{{ zuul.project.src_dir }}/deploy-guide/build/html" + sphinx_output_src: "{{ zuul.project.src_dir }}/install-guide/build/html" diff --git a/zuul.d/jobs.yaml b/zuul.d/jobs.yaml index fc6c03ce..3e545c0f 100644 --- a/zuul.d/jobs.yaml +++ b/zuul.d/jobs.yaml @@ -544,7 +544,7 @@ description: | Build install-guide document. success-url: html/ - post-run: playbooks/build-deploy-guide/post.yaml + post-run: playbooks/build-install-guide/post.yaml timeout: 1800 vars: tox_envlist: install-guide