Skip to content

Commit

Permalink
Use agent 0.2.4 (#2129)
Browse files Browse the repository at this point in the history
  • Loading branch information
coeuvre authored Nov 28, 2024
1 parent 4628984 commit ca51d31
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.2"
version = "0.2.4"
if THIS_IS_TESTING and "BAZELCI_AGENT_VERSION" in os.environ:
version = os.environ["BAZELCI_AGENT_VERSION"]
postfix = ""
Expand Down

0 comments on commit ca51d31

Please sign in to comment.