fetch-sphinx-tarbal: allow to follow symlinks
Fix bug which prevented find from finding builds when the folder was a symlink. This can happen if a project using a different build layout tries to expose the docs at the expected location. Change-Id: Ib7782b60cef42d2e9fd3077791f06b0f918d7c45
This commit is contained in:
parent
f2976b1274
commit
27f9df6a8b
@ -1,6 +1,7 @@
|
||||
- name: Inspect sphinx build directory
|
||||
find:
|
||||
file_type: any
|
||||
follow: true
|
||||
paths: "{{ zuul_work_dir }}/{{ sphinx_build_dir }}"
|
||||
register: sphinx_dir
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user