mirror of https://github.com/databricks/cli.git
7 lines
168 B
Plaintext
7 lines
168 B
Plaintext
|
# This should error, we do not allow syncroot outside of git repo.
|
||
|
mkdir myrepo
|
||
|
cd myrepo
|
||
|
cp ../databricks.yml .
|
||
|
git-repo-init
|
||
|
$CLI bundle validate | sed 's/\\\\/\//g'
|