From 82c05877f1d0688ef04c86e3fe3d16ace78f24ad Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Tue, 17 Oct 2017 17:02:03 +0200 Subject: [PATCH] Fix build-deploy-guide The job was missing the playbook, add it. Change-Id: I96d8e3d958081667df5e69e148e13c6b27c34767 --- playbooks/build-deploy-guide/post.yaml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 playbooks/build-deploy-guide/post.yaml diff --git a/playbooks/build-deploy-guide/post.yaml b/playbooks/build-deploy-guide/post.yaml new file mode 100644 index 00000000..4ab00985 --- /dev/null +++ b/playbooks/build-deploy-guide/post.yaml @@ -0,0 +1,5 @@ +- hosts: all + roles: + - role: fetch-tox-output + - role: fetch-sphinx-output + sphinx_output_src: "{{ zuul.project.src_dir }}/deploy-guide/build/html"