From 036052ea0320c9e20d1300a800c2bb00bb18934b Mon Sep 17 00:00:00 2001 From: Jakob Buchgraber Date: Wed, 16 May 2018 11:30:33 +0200 Subject: [PATCH] there's no D drive --- buildkite/bazelci.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildkite/bazelci.py b/buildkite/bazelci.py index caf64c95ca..8667da04fb 100644 --- a/buildkite/bazelci.py +++ b/buildkite/bazelci.py @@ -286,7 +286,7 @@ def platforms_info(): "windows": { "name": "Windows", "emoji-name": ":windows:", - "agent-directory": "d:/build/${BUILDKITE_AGENT_NAME}", + "agent-directory": "c:/build/${BUILDKITE_AGENT_NAME}", } }