Fix infra docs building

The infra docs post jobs fail now since sphinx_doc_build is undefined,
rename to sphinx_build_dir - following change
I7c3d578a00a4aa4c9e175f5f83e3171c6f6a4a61.

Change-Id: Ib8c922f68a5b5f43d5b17e702020f0c31d641508
This commit is contained in:
Andreas Jaeger 2017-12-21 16:29:58 +01:00
parent 7d38e96a38
commit 2dc4d25868

View File

@ -1,6 +1,6 @@
- name: Set build dir fact
set_fact:
doc_build_dir: "{{ zuul_work_dir }}/{{ sphinx_doc_build }}"
doc_build_dir: "{{ zuul_work_dir }}/{{ sphinx_build_dir }}"
- name: Write marker text
copy: