8bdb78476d
The case where this isn't set isn't exercised by the tests, so we missed this. We need to supply an empty list of artifacts to iterate over if there are no zuul artifacts. Change-Id: I082e3546ddc0ff57386063a4f697ae6584db9f90
4 lines
142 B
YAML
4 lines
142 B
YAML
# The tests override this variable, which is why we don't use
|
|
# zuul.artifacts directly.
|
|
zuul_artifacts: "{{ zuul.artifacts | default([]) }}"
|