mirror of https://github.com/databricks/cli.git
add pass test for artifact referneces
This commit is contained in:
parent
47d3e885a5
commit
f3fc0ef268
|
@ -0,0 +1,11 @@
|
|||
artifacts:
|
||||
abc:
|
||||
path: /Workspace/a/b/c
|
||||
type: wheel
|
||||
files:
|
||||
- source: ./x.whl
|
||||
|
||||
resources:
|
||||
jobs:
|
||||
foo:
|
||||
name: ${artifacts.abc.type}
|
Loading…
Reference in New Issue