diff --git a/internal/bundle/bundles/deploy_then_remove_resources/template/resources.yml.tmpl b/internal/bundle/bundles/deploy_then_remove_resources/template/resources.yml.tmpl index b74344e4..e3a67677 100644 --- a/internal/bundle/bundles/deploy_then_remove_resources/template/resources.yml.tmpl +++ b/internal/bundle/bundles/deploy_then_remove_resources/template/resources.yml.tmpl @@ -3,5 +3,5 @@ resources: bar: name: test-bundle-pipeline-{{.unique_id}} libraries: - - notebook: - path: "./foo.py" + - file: + path: "./foo.py"