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:
parent
59bacd1518
commit
6ac719ba2f
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user