Skip to content

Commit

Permalink
Create separate context for annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
fweikert committed May 27, 2021
1 parent 4921796 commit 6c6cb37
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 @@ -2844,7 +2844,7 @@ def print_bazel_downstream_pipeline(
step = create_step(
label="No Incompatible flags info",
commands=[
'buildkite-agent annotate --style=error "No incompatible flag issue is found on github for current version of Bazel."'
'buildkite-agent annotate --style=error "No incompatible flag issue is found on github for current version of Bazel." --context "noinc"'
],
platform=DEFAULT_PLATFORM,
)
Expand Down

0 comments on commit 6c6cb37

Please sign in to comment.