mirror of https://github.com/databricks/cli.git
do not run on cloud
This commit is contained in:
parent
898b2c1cc3
commit
1996d3f824
|
@ -1,5 +1,5 @@
|
|||
export DATABRICKS_HOST=""
|
||||
export DATABRICKS_TOKEN=""
|
||||
unset DATABRICKS_HOST
|
||||
unset DATABRICKS_TOKEN
|
||||
|
||||
# Confirm that bundle exec works for commands that do not require authentication,
|
||||
# even if authentication is not provided.
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
Cloud = false
|
||||
Local = true
|
Loading…
Reference in New Issue