databricks-cli/bundle/tests/relative_path_with_includes/bundle.yml

26 lines
333 B
YAML
Raw Normal View History

bundle:
name: sync_include
include:
- "*/*.yml"
sync:
include:
- ./folder_a/*.*
exclude:
- ./folder_b/*.*
artifacts:
test_a:
type: whl
path: ./artifact_a
resources:
jobs:
job_a:
name: "job_a"
tasks:
- task_key: "task_a"
libraries:
- whl: ./dist/job_a.whl