mirror of https://github.com/databricks/cli.git
fix test
This commit is contained in:
parent
58aca2a058
commit
ba3a36ea0d
|
@ -66,6 +66,11 @@ func Initialize() bundle.Mutator {
|
||||||
"workspace",
|
"workspace",
|
||||||
"variables",
|
"variables",
|
||||||
),
|
),
|
||||||
|
mutator.ResolveVariableReferences(
|
||||||
|
"bundle",
|
||||||
|
"workspace",
|
||||||
|
"variables",
|
||||||
|
),
|
||||||
|
|
||||||
mutator.MergeJobClusters(),
|
mutator.MergeJobClusters(),
|
||||||
mutator.MergeJobParameters(),
|
mutator.MergeJobParameters(),
|
||||||
|
|
Loading…
Reference in New Issue