Skip to content

Commit

Permalink
Upgrade agent to 0.2.3 (#2124)
Browse files Browse the repository at this point in the history
Refer #2121 for the changelog.
  • Loading branch information
coeuvre authored Nov 27, 2024
1 parent 9fafab6 commit a086a7a
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.3"
if THIS_IS_TESTING and "BAZELCI_AGENT_VERSION" in os.environ:
version = os.environ["BAZELCI_AGENT_VERSION"]
postfix = ""
Expand Down

0 comments on commit a086a7a

Please sign in to comment.