Rename to DATABRICKS_COMPUTE_ID

This commit is contained in:
Lennart Kats 2023-06-22 14:23:05 +02:00
parent b7a80af946
commit 567d76db82
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ func deploy(cmd *cobra.Command, b *bundle.Bundle) error {
b.Config.Bundle.Lock.Force = forceDeploy b.Config.Bundle.Lock.Force = forceDeploy
if computeID == "" { if computeID == "" {
computeID = os.Getenv("DATABRICKS_COMPUTE") computeID = os.Getenv("DATABRICKS_COMPUTE_ID")
} }
return bundle.Apply(cmd.Context(), b, bundle.Seq( return bundle.Apply(cmd.Context(), b, bundle.Seq(