Skip to content

Commit 0f0f198

Browse files
authored
Use agent 0.2.5 (#2134)
1 parent db0d626 commit 0f0f198

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildkite/bazelci.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1609,7 +1609,7 @@ def download_bazelci_agent(dest_dir):
16091609
repo = "bazelbuild/continuous-integration"
16101610
if THIS_IS_TESTING and "BAZELCI_AGENT_REPO" in os.environ:
16111611
repo = os.environ["BAZELCI_AGENT_REPO"]
1612-
version = "0.2.4"
1612+
version = "0.2.5"
16131613
if THIS_IS_TESTING and "BAZELCI_AGENT_VERSION" in os.environ:
16141614
version = os.environ["BAZELCI_AGENT_VERSION"]
16151615
postfix = ""

0 commit comments

Comments
 (0)