Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions acceptance/bundle/generate/alert/test.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ Local = false
# See: https://github.com/databricks/cli/issues/4221
TimeoutCloud = "5m"

# Normalize paths for windows.
[[Repls]]
Old = '\\\\'
New = '/'

[Env]
# MSYS2 automatically converts absolute paths like /Users/$username/$UNIQUE_NAME to
# C:/Program Files/Git/Users/$username/UNIQUE_NAME before passing it to the CLI
Expand Down