commit | 1bd9c12427b1f7d41933f0d9b18da72567d97a78 | [log] [tgz] |
---|---|---|
author | Florian Weikert <fwe@google.com> | Tue Feb 06 16:29:25 2024 +0100 |
committer | GitHub <noreply@github.com> | Tue Feb 06 16:29:25 2024 +0100 |
tree | 831e123f017288209376c31ffe900dfe6c530dd7 | |
parent | 0c294324ae936d186db3b4e10b5e43c3b985cb72 [diff] [blame] |
Fix bug (#1873)
diff --git a/buildkite/bazelci.py b/buildkite/bazelci.py index bcc28cd..a30dcc0 100755 --- a/buildkite/bazelci.py +++ b/buildkite/bazelci.py
@@ -87,6 +87,7 @@ # We don't collect logs in the trusted org LOG_BUCKET = { "bazel-testing": "https://storage.googleapis.com/bazel-testing-buildkite-artifacts", + "bazel-trusted": "", "bazel": "https://storage.googleapis.com/bazel-untrusted-buildkite-artifacts", }[BUILDKITE_ORG]