Skip to content
Snippets Groups Projects
Commit 8fab1ff5 authored by Charlotte Hausman's avatar Charlotte Hausman
Browse files

fix single image carta product fetching

parent ff0e3998
No related branches found
No related tags found
2 merge requests!1390Catch up with Main,!1313fix single image carta product fetching
Pipeline #9443 passed
......@@ -8,6 +8,6 @@ export CAPO_PROFILE={{profile}}
set -o errexit
./update_stage FETCH
./update_stage ENVOY
./casa_envoy --vlass-img $1 $2
./update_stage FETCH --complete
./update_stage ENVOY --complete
......@@ -530,7 +530,9 @@ class WorkflowService(WorkflowServiceIF):
}
wf_request.argument = merged_args
wf_request.argument["fetch_args"] = (
self.determine_multiple_productfetch(wf_request) if arg_list[0] == "--product" else None
self.determine_multiple_productfetch(wf_request)
if arg_list[0] in ["--product", "--carta"]
else None
)
return wf_definition.render_templates(wf_request.argument)
else:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment