This is an automated email from the ASF dual-hosted git repository.
isapego pushed a commit to branch ignite-27304
in repository https://gitbox.apache.org/repos/asf/ignite-3.git
The following commit(s) were added to refs/heads/ignite-27304 by this push:
new 5b890a6a9e9 IGNITE-27304: Driver installation fix
5b890a6a9e9 is described below
commit 5b890a6a9e9ca8a0f652f455a8864e6fba76e73e
Author: Igor Sapego <[email protected]>
AuthorDate: Wed Mar 25 02:26:13 2026 +0100
IGNITE-27304: Driver installation fix
---
.teamcity/test/platform_tests/PlatformCppTestsWindows.kt | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.teamcity/test/platform_tests/PlatformCppTestsWindows.kt
b/.teamcity/test/platform_tests/PlatformCppTestsWindows.kt
index 46fd78cf2c5..828221fc4ef 100644
--- a/.teamcity/test/platform_tests/PlatformCppTestsWindows.kt
+++ b/.teamcity/test/platform_tests/PlatformCppTestsWindows.kt
@@ -102,7 +102,7 @@ object PlatformCppTestsWindows : BuildType({
name = "Install ODBC"
platform = PowerShellStep.Platform.x64
scriptMode = file {
- path = "%PATH__WORKING_DIR%\\odbc\\install\\install_win.ps1"
+ path =
"%PATH__WORKING_DIR%\\ignite\\odbc\\install\\install_win.ps1"
}
scriptArgs = "install
\"%PATH__CMAKE_BUILD_DIRECTORY%\\Debug\\bin\\ignite_odbc.dll\""
}
@@ -123,7 +123,7 @@ object PlatformCppTestsWindows : BuildType({
name = "Remove ODBC"
platform = PowerShellStep.Platform.x64
scriptMode = file {
- path = "%PATH__WORKING_DIR%\\odbc\\install\\install_win.ps1"
+ path =
"%PATH__WORKING_DIR%\\ignite\\odbc\\install\\install_win.ps1"
}
scriptArgs = "remove"
executionMode = BuildStep.ExecutionMode.ALWAYS