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

fix conveyor to make qa note propagation work on systems other than local

parent 7df3af34
No related branches found
No related tags found
1 merge request!750fix conveyor to make qa note propagation work on systems other than local
Pipeline #4162 canceled
......@@ -84,7 +84,7 @@ def _get_settings(filename: str) -> Dict[str, str]:
delivery_properties = CapoConfig().settings("edu.nrao.workspaces.DeliverySettings")
processing_properties = CapoConfig().settings("edu.nrao.workspaces.ProcessingSettings")
workflow_url = CapoConfig().settings("edu.nrao.workspaces.WorkflowSettings").serviceUrl
capability_url = CapoConfig().settings("edu.nrao.workspaces.CapabilitySettings").serviceUrl
external_capability_url = CapoConfig().settings("edu.nrao.workspaces.CapabilitySettings").externalServiceUrl
delivery_area = delivery_properties.standardCalibrationDelivery
weblog_cache_area = delivery_properties.cacheWeblogDirectory
......@@ -109,7 +109,7 @@ def _get_settings(filename: str) -> Dict[str, str]:
"request_id": request_params["system_id"],
"sdm_ids": request_params["sdm_ids"],
"workflow_url": workflow_url,
"capability_url": capability_url,
"capability_url": external_capability_url,
}
......
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