databricks-cli/acceptance/bundle/syncroot/dotdot-git/script

9 lines
176 B
Plaintext

# This should error, we do not allow syncroot outside of git repo.
mkdir myrepo
cd myrepo
cp ../databricks.yml .
git-repo-init
errcode $CLI bundle validate
cd ..
rm -fr myrepo