The Last Cleanup, and thats most old duplicated code removed

This commit is contained in:
lda
2026-06-03 01:03:17 +07:00 Verified
parent 5af3f4428a
commit 8101cbad5c
9 changed files with 223 additions and 10 deletions
+1 -1
View File
@@ -120,7 +120,7 @@ class WorkflowDeploymentApi:
deployment.artifact_id,
deployment.artifact_version,
)
available_sources = _available_sources(self.context.capability_sources)
available_sources = _available_sources(self.context.specs.capability_sources)
diagnostics = validate_deployment_dependencies(
artifact=artifact,
deployment=deployment,