From 3ce8adccf27fb42e6781088a5ad10e0c6e8653bb Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Fri, 5 Jun 2020 15:23:58 +1000 Subject: [PATCH] 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 --- roles/download-artifact/tasks/main.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/roles/download-artifact/tasks/main.yaml b/roles/download-artifact/tasks/main.yaml index f2414887d..4f1514f66 100644 --- a/roles/download-artifact/tasks/main.yaml +++ b/roles/download-artifact/tasks/main.yaml @@ -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'