mirror of https://github.com/databricks/cli.git
Rename to DATABRICKS_COMPUTE_ID
This commit is contained in:
parent
b7a80af946
commit
567d76db82
|
@ -25,7 +25,7 @@ func deploy(cmd *cobra.Command, b *bundle.Bundle) error {
|
|||
b.Config.Bundle.Lock.Force = forceDeploy
|
||||
|
||||
if computeID == "" {
|
||||
computeID = os.Getenv("DATABRICKS_COMPUTE")
|
||||
computeID = os.Getenv("DATABRICKS_COMPUTE_ID")
|
||||
}
|
||||
|
||||
return bundle.Apply(cmd.Context(), b, bundle.Seq(
|
||||
|
|
Loading…
Reference in New Issue