fetch-sphinx-tarball: add missing zuul_success default

This change prevents an issue in test-jobs where zuul_success is undefined.

Change-Id: I408e9f957ff3151d39f7b5b2ea038255570baf4d
This commit is contained in:
Tristan Cacqueray 2020-05-12 16:54:05 +00:00
parent 59bacd1518
commit 6ac719ba2f

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"