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 2f59bf4a0cf IGNITE-27304: Driver installation fix
2f59bf4a0cf is described below

commit 2f59bf4a0cfe18dce66d5e79a74129e057cecfa7
Author: Igor Sapego <[email protected]>
AuthorDate: Wed Mar 25 01:56:37 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 93e0430dcbd..46fd78cf2c5 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__CMAKE_BUILD_DIRECTORY%\\odbc\\install\\install_win.ps1"
+                path = "%PATH__WORKING_DIR%\\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__CMAKE_BUILD_DIRECTORY%\\odbc\\install\\install_win.ps1"
+                path = "%PATH__WORKING_DIR%\\odbc\\install\\install_win.ps1"
             }
             scriptArgs = "remove"
             executionMode = BuildStep.ExecutionMode.ALWAYS

Reply via email to