mirror of https://github.com/databricks/cli.git
12 lines
193 B
YAML
12 lines
193 B
YAML
|
bundle:
|
||
|
name: autoload git config test
|
||
|
|
||
|
environments:
|
||
|
development:
|
||
|
default: true
|
||
|
|
||
|
production:
|
||
|
# production can only be deployed from the 'main' branch
|
||
|
git:
|
||
|
branch: main
|