mirror of https://github.com/databricks/cli.git
fix: Use SyncRootPath to allow using parent directories
This commit is contained in:
parent
6c1230889a
commit
b2164c0725
|
@ -228,7 +228,7 @@ func (m *applyPresets) Apply(ctx context.Context, b *bundle.Bundle) diag.Diagnos
|
||||||
isInWorkspace := ok && strings.HasPrefix(root, "/Workspace/")
|
isInWorkspace := ok && strings.HasPrefix(root, "/Workspace/")
|
||||||
|
|
||||||
if isInWorkspace {
|
if isInWorkspace {
|
||||||
b.Config.Workspace.FilePath = b.BundleRootPath
|
b.Config.Workspace.FilePath = b.SyncRootPath
|
||||||
} else {
|
} else {
|
||||||
disabled := false
|
disabled := false
|
||||||
b.Config.Presets.InPlaceDeployment = &disabled
|
b.Config.Presets.InPlaceDeployment = &disabled
|
||||||
|
|
Loading…
Reference in New Issue