Merge "Fix fetch-sphinx-tarball fails"

This commit is contained in:
Zuul 2020-05-05 06:05:18 +00:00 committed by Gerrit Code Review
commit a3e31688da

View File

@ -24,4 +24,6 @@
- name: Fail if no HTML exists
fail:
msg: 'No html output in "{{ sphinx_build_dir }}".'
when: "'html' not in sphinx_dir"
when:
- zuul_success | bool
- "'html' not in sphinx_dir"