Merge "fetch-sphinx-tarball: add missing zuul_success default"

This commit is contained in:
Zuul 2020-05-13 19:04:18 +00:00 committed by Gerrit Code Review
commit a365cf53a8

View File

@ -25,5 +25,5 @@
fail:
msg: 'No html output in "{{ sphinx_build_dir }}".'
when:
- zuul_success | bool
- zuul_success | default(true) | bool
- "'html' not in sphinx_dir"