From 15a04c2d72736567e069812cee64caf1686eaa53 Mon Sep 17 00:00:00 2001 From: dcore94 Date: Fri, 8 Oct 2021 09:34:50 +0200 Subject: [PATCH] fixed join to make workflow terminate --- templates/test_da_cache_to_shub.json.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/test_da_cache_to_shub.json.j2 b/templates/test_da_cache_to_shub.json.j2 index c9f6174..7549a0b 100644 --- a/templates/test_da_cache_to_shub.json.j2 +++ b/templates/test_da_cache_to_shub.json.j2 @@ -194,7 +194,7 @@ "name" : "join", "type" : "JOIN", "taskReferenceName" : "join_reporting", - "joinOn" : ["send_json_report", "send_email_report"] + "joinOn" : ["build_json_report", "build_email_report"] } ] }