mirror of https://github.com/databricks/cli.git
Do not execute build on bundle destroy
This commit is contained in:
parent
26afab2ccb
commit
ac40e02195
|
@ -62,7 +62,6 @@ func newDestroyCommand() *cobra.Command {
|
||||||
|
|
||||||
diags = bundle.Apply(ctx, b, bundle.Seq(
|
diags = bundle.Apply(ctx, b, bundle.Seq(
|
||||||
phases.Initialize(),
|
phases.Initialize(),
|
||||||
phases.Build(),
|
|
||||||
phases.Destroy(),
|
phases.Destroy(),
|
||||||
))
|
))
|
||||||
if err := diags.Error(); err != nil {
|
if err := diags.Error(); err != nil {
|
||||||
|
|
Loading…
Reference in New Issue