Skip to content

Commit

Permalink
Use agent 0.2.6 (#2139)
Browse files Browse the repository at this point in the history
  • Loading branch information
coeuvre authored Dec 6, 2024
1 parent 5517407 commit a743628
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildkite/bazelci.py
Original file line number Diff line number Diff line change
Expand Up @@ -1609,7 +1609,7 @@ def download_bazelci_agent(dest_dir):
repo = "bazelbuild/continuous-integration"
if THIS_IS_TESTING and "BAZELCI_AGENT_REPO" in os.environ:
repo = os.environ["BAZELCI_AGENT_REPO"]
version = "0.2.5"
version = "0.2.6"
if THIS_IS_TESTING and "BAZELCI_AGENT_VERSION" in os.environ:
version = os.environ["BAZELCI_AGENT_VERSION"]
postfix = ""
Expand Down

0 comments on commit a743628

Please sign in to comment.