Skip to content

Commit

Permalink
Fix annotation context
Browse files Browse the repository at this point in the history
  • Loading branch information
fweikert committed May 4, 2023
1 parent c6cc617 commit ac9fb0f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion buildkite/bazelci.py
Original file line number Diff line number Diff line change
Expand Up @@ -2242,7 +2242,8 @@ def filter_unchanged_targets(
"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),
]
Expand Down

0 comments on commit ac9fb0f

Please sign in to comment.