databricks-cli/acceptance/bundle/exec/cwd/script

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
204 B
Plaintext
Raw Normal View History

2025-03-03 14:12:50 +00:00
trace cd a/b/c
2025-03-05 10:12:05 +00:00
trace python3 -c 'import os; print(os.getcwd())'
2025-03-03 14:12:50 +00:00
# Scripts that bundle exec executes should run from the bundle root.
2025-03-05 10:12:05 +00:00
trace $CLI bundle exec -- python3 -c 'import os; print(os.getcwd())'