Merge "Fix fetch-sphinx-tarball fails"
This commit is contained in:
commit
a3e31688da
@ -24,4 +24,6 @@
|
|||||||
- name: Fail if no HTML exists
|
- name: Fail if no HTML exists
|
||||||
fail:
|
fail:
|
||||||
msg: 'No html output in "{{ sphinx_build_dir }}".'
|
msg: 'No html output in "{{ sphinx_build_dir }}".'
|
||||||
when: "'html' not in sphinx_dir"
|
when:
|
||||||
|
- zuul_success | bool
|
||||||
|
- "'html' not in sphinx_dir"
|
||||||
|
Loading…
Reference in New Issue
Block a user