Skip to content

Commit

Permalink
Pass code path to template run (#2973)
Browse files Browse the repository at this point in the history
  • Loading branch information
schustmi authored Sep 3, 2024
1 parent dcd07fb commit 5ddf994
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/zenml/zen_server/template_execution/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -474,6 +474,7 @@ def deployment_request_from_template(
build=deployment.build.id,
schedule=None,
code_reference=code_reference_request,
code_path=deployment.code_path,
template=template.id,
pipeline_version_hash=deployment.pipeline_version_hash,
pipeline_spec=deployment.pipeline_spec,
Expand Down

0 comments on commit 5ddf994

Please sign in to comment.