Skip to content

Commit d1ec3a9

Browse files
-
1 parent 32b3b26 commit d1ec3a9

File tree

1 file changed

+6
-0
lines changed
  • acceptance/bundle/deploy/experiments/basic

1 file changed

+6
-0
lines changed

acceptance/bundle/deploy/experiments/basic/test.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ Local = true
55
Old = '\d{3,}'
66
New = "[NUMID]"
77

8+
[Env]
9+
# MSYS2 automatically converts absolute paths like /Users/$username/$UNIQUE_NAME to
10+
# C:/Program Files/Git/Users/$username/UNIQUE_NAME.
11+
# Setting this environment variable prevents that conversion on windows.
12+
MSYS_NO_PATHCONV = "1"
13+
814
# Test both terraform and direct deployment engines
915
[EnvMatrix]
1016
DATABRICKS_BUNDLE_ENGINE = ["terraform", "direct-exp"]

0 commit comments

Comments
 (0)