Skip to content

Commit a4764c9

Browse files
committed
Fix working dir
1 parent 54b768f commit a4764c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/prefect.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ pull:
2424
requirements_file: requirements.txt
2525
stream_output: True
2626
- prefect.deployments.steps.set_working_directory:
27-
directory: "{{ clone-omnipy-examples.directory }}/src"
27+
directory: src
2828

2929
# the deployments section allows you to provide configuration for deploying flows
3030
deployments:

0 commit comments

Comments
 (0)