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

7 lines
204 B
Plaintext

trace cd a/b/c
trace python3 -c 'import os; print(os.getcwd())'
# Scripts that bundle exec executes should run from the bundle root.
trace $CLI bundle exec -- python3 -c 'import os; print(os.getcwd())'