Skip to content

Commit 9e7047f

Browse files
committed
✨ Prepare for Buildkite ownership
1 parent 4c6fdcf commit 9e7047f

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.buildkite/pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ steps:
88
- label: ":sparkles: Lint"
99
plugins:
1010
- plugin-linter#v3.3.0:
11-
id: mcncl/bazel-annotate
11+
id: bazel-annotate
1212

1313
- label: ":shell: Shellcheck"
1414
plugins:

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ steps:
4141
command: |
4242
bazel build //... --build_event_json_file=bazel-events.json
4343
plugins:
44-
- mcncl/bazel-annotate#v0.1.0:
44+
- bazel-annotate#v0.1.0:
4545
bep_file: bazel-events.json
4646
```
4747
@@ -55,7 +55,7 @@ steps:
5555
# Command might not produce a BEP file
5656
bazel build //...
5757
plugins:
58-
- mcncl/bazel-annotate#v0.1.0:
58+
- bazel-annotate#v0.1.0:
5959
skip_if_no_bep: true
6060
```
6161
@@ -69,7 +69,7 @@ steps:
6969
command: |
7070
bazel test //... --build_event_json_file=bazel-test-events.json
7171
plugins:
72-
- mcncl/bazel-annotate#v0.1.0:
72+
- bazel-annotate#v0.1.0:
7373
bep_file: bazel-test-events.json
7474
```
7575
@@ -82,7 +82,7 @@ steps:
8282
cd my-workspace
8383
bazel build //... --build_event_json_file=bazel-events.json
8484
plugins:
85-
- mcncl/bazel-annotate#v0.1.0:
85+
- bazel-annotate#v0.1.0:
8686
bep_file: my-workspace/bazel-events.json
8787
```
8888

plugin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Bazel BEP Annotate
22
description: Creates Buildkite annotations from Bazel Event Protocol output
3-
author: https://github.com/buildkite-plugins
3+
author: https://github.com/mcncl
44
requirements:
55
- bash
66
- jq

0 commit comments

Comments
 (0)