We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32b3b26 commit d1ec3a9Copy full SHA for d1ec3a9
acceptance/bundle/deploy/experiments/basic/test.toml
@@ -5,6 +5,12 @@ Local = true
5
Old = '\d{3,}'
6
New = "[NUMID]"
7
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
+
14
# Test both terraform and direct deployment engines
15
[EnvMatrix]
16
DATABRICKS_BUNDLE_ENGINE = ["terraform", "direct-exp"]
0 commit comments