5151 command : |
5252 bazel build //... --build_event_binary_file=bazel-events.pb
5353 plugins :
54- - bazel-annotate#v1.0 .0:
54+ - bazel-annotate#v1.1 .0:
5555 bep_file : bazel-events.pb
5656` ` `
5757
6464 # Command might not produce a BEP file
6565 bazel build //...
6666 plugins :
67- - bazel-annotate#v1.0 .0:
67+ - bazel-annotate#v1.1 .0:
6868 skip_if_no_bep : true
6969` ` `
7070
7676 command : |
7777 bazel test //... --build_event_binary_file=bazel-test-events.pb
7878 plugins :
79- - bazel-annotate#v1.0 .0:
79+ - bazel-annotate#v1.1 .0:
8080 bep_file : bazel-test-events.pb
8181` ` `
8282
@@ -88,21 +88,21 @@ steps:
8888 command : |
8989 bazel build //... --build_event_binary_file=bazel-build-events.pb
9090 plugins :
91- - bazel-annotate#v1.0 .0:
91+ - bazel-annotate#v1.1 .0:
9292 bep_file : bazel-build-events.pb
93-
93+
9494 - label : " 🧪 Test with Bazel"
9595 command : |
9696 bazel test //... --build_event_binary_file=bazel-test-events.pb
9797 plugins :
98- - bazel-annotate#v1.0 .0:
98+ - bazel-annotate#v1.1 .0:
9999 bep_file : bazel-test-events.pb
100-
100+
101101 - label : " 📦 Package with Bazel"
102102 command : |
103103 bazel run //:package --build_event_binary_file=bazel-package-events.pb
104104 plugins :
105- - bazel-annotate#v1.0 .0:
105+ - bazel-annotate#v1.1 .0:
106106 bep_file : bazel-package-events.pb
107107` ` `
108108
0 commit comments