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]