We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db0d626 commit 0f0f198Copy full SHA for 0f0f198
buildkite/bazelci.py
@@ -1609,7 +1609,7 @@ def download_bazelci_agent(dest_dir):
1609
repo = "bazelbuild/continuous-integration"
1610
if THIS_IS_TESTING and "BAZELCI_AGENT_REPO" in os.environ:
1611
repo = os.environ["BAZELCI_AGENT_REPO"]
1612
- version = "0.2.4"
+ version = "0.2.5"
1613
if THIS_IS_TESTING and "BAZELCI_AGENT_VERSION" in os.environ:
1614
version = os.environ["BAZELCI_AGENT_VERSION"]
1615
postfix = ""
0 commit comments