From 7d149094482b321287d9e9698ca8a219662e378c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20K=C3=BChnel?= Date: Wed, 27 Nov 2019 09:01:07 +0000 Subject: [PATCH] using absolute paths --- scripts/run_buildkite.bat | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/run_buildkite.bat b/scripts/run_buildkite.bat index e3d2af1..df047cd 100644 --- a/scripts/run_buildkite.bat +++ b/scripts/run_buildkite.bat @@ -14,6 +14,6 @@ rem limitations under the License. md build cd build -call run_cmake.bat -call run_ninja.bat all -call run_ninja.bat check-all \ No newline at end of file +call %~dp0\run_cmake.bat +call %~dp0\run_ninja.bat all +call %~dp0\run_ninja.bat check-all \ No newline at end of file