download-artifact: fix missed part of revert

This was missed in I9bc55d771ec1828d374684d0ffe5ec1d1494773e because
I9650a869d39f5a09851784b6ac50962b77e7f59e was merged as a requested
cleanup.  This recursive variable check should have been removed with
the revert.

Change-Id: I982b4f85b9ae151e9227743c2b0d13b20a1eda66
This commit is contained in:
Ian Wienand 2020-06-05 15:23:58 +10:00
parent f946763d0a
commit 3ce8adccf2

View File

@ -15,7 +15,6 @@
when:
- "'metadata' in zj_artifact"
- "'type' in zj_artifact.metadata"
- not download_artifact_recurse
- >
zj_artifact.metadata.type == download_artifact_type or
((download_artifact_type | type_debug) == 'list'