commit | 20151abe521311cc697cbeec7b5502f70bf4d411 | [log] [tgz] |
---|---|---|
author | Florian Weikert <fwe@google.com> | Thu May 04 20:32:36 2023 +0200 |
committer | GitHub <noreply@github.com> | Thu May 04 20:32:36 2023 +0200 |
tree | 356c7c469919504f1a2a79683f797b362d7c3ab7 | |
parent | c6cc617857e4a12fcc7c1421d1e7f1d22c00ce71 [diff] [blame] |
Fix annotation context (#1630)
diff --git a/buildkite/bazelci.py b/buildkite/bazelci.py index 973afe5..0f0adbc 100755 --- a/buildkite/bazelci.py +++ b/buildkite/bazelci.py
@@ -2242,7 +2242,8 @@ "buildkite-agent", "annotate", "--style=info", - "--context 'diff'", + "--context", + "'diff'", "This run only contains test targets that have been changed since " "{} due to the {} env variable".format(resolved_diffbase, USE_BAZEL_DIFF_ENV_VAR), ]