diff --git a/templates/da_cache_to_shub.json.j2 b/templates/da_cache_to_shub.json.j2 index 5198b14..6c5329c 100644 --- a/templates/da_cache_to_shub.json.j2 +++ b/templates/da_cache_to_shub.json.j2 @@ -183,7 +183,8 @@ "http_request": { "uri" : "${workflow.input.callback.url}", "method" : "POST", - "body" : "${build_json_report.output.result.report}" + "body" : "${build_json_report.output.result.report}", + "expect" : [200, 301] } } }