Skip to content

Commit

Permalink
Revert "Upgrade agent to 0.2.3 (#2124)" (#2125)
Browse files Browse the repository at this point in the history
This reverts commit a086a7a.

Bad release:
#2117 (comment)
  • Loading branch information
coeuvre authored Nov 27, 2024
1 parent 6556ef1 commit 9b9dc42
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.3"
version = "0.2.2"
if THIS_IS_TESTING and "BAZELCI_AGENT_VERSION" in os.environ:
version = os.environ["BAZELCI_AGENT_VERSION"]
postfix = ""
Expand Down

0 comments on commit 9b9dc42

Please sign in to comment.