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",
|
||||
"variables",
|
||||
),
|
||||
mutator.ResolveVariableReferences(
|
||||
"bundle",
|
||||
"workspace",
|
||||
"variables",
|
||||
),
|
||||
|
||||
mutator.MergeJobClusters(),
|
||||
mutator.MergeJobParameters(),
|
||||
|
|
Loading…
Reference in New Issue