mirror of https://github.com/databricks/cli.git
12 lines
159 B
YAML
12 lines
159 B
YAML
|
artifacts:
|
||
|
abc:
|
||
|
path: /Workspace/a/b/c
|
||
|
type: wheel
|
||
|
files:
|
||
|
- source: ./x.whl
|
||
|
|
||
|
resources:
|
||
|
jobs:
|
||
|
foo:
|
||
|
name: ${artifacts.abc.type}
|