Skip to content

Commit 4939e85

Browse files
committed
Replace composer with tester (and use lists for plugins)
1 parent 3793964 commit 4939e85

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

.buildkite/pipeline.yml

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,19 @@
11
steps:
22
- label: ":bash: Plugin"
33
plugins:
4-
docker-compose#v4.9.0:
5-
run: plugin
4+
- plugin-tester#v1.0.0: ~
5+
66
- label: ":ruby: Ruby"
77
plugins:
8-
docker-compose#v4.9.0:
9-
run: ruby
8+
- docker-compose#v4.11.0:
9+
run: ruby
10+
1011
- label: "✨ Lint"
1112
plugins:
12-
plugin-linter#v3.0.0:
13-
id: junit-annotate
13+
- plugin-linter#v3.1.0:
14+
id: junit-annotate
15+
1416
- label: ":bash: Shellcheck"
1517
plugins:
16-
shellcheck#v1.3.0:
17-
files: hooks/*
18+
- shellcheck#v1.3.0:
19+
files: hooks/*

0 commit comments

Comments
 (0)