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

fix envoy manifest product group keys

parent 031d2187
No related branches found
No related tags found
3 merge requests!1606catch 2.8.3 up with main,!1605Merge 2.8.2.3 work to main,!1600fix envoy manifest product group keys
Pipeline #14642 failed
......@@ -455,10 +455,10 @@ class IngestionManifestBuilder:
:return:
"""
return ReingestGroup(
locator=self.locator if self.product_group is None else None,
locator=self.product_group if self.product_group else self.locator,
product_type=self.sp_type,
targets=self.target_list,
product_group=self.product_group,
# product_group=self.product_group,
)
def _build_input_group(self) -> InputGroup:
......
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