Skip to content

Commit e759854

Browse files
authored
Merge pull request #73 from buildkite-plugins/remove-explicit-queue
Remove explicit targeting of the hosted queue
2 parents 3dfd7ac + 5a8ac7a commit e759854

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.buildkite/pipeline.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,9 @@
11
steps:
22
- label: ":shell: Tests"
3-
agents:
4-
queue: "hosted"
53
plugins:
64
- plugin-tester#v1.1.1: ~
75

86
- label: ":shell: Shellcheck"
9-
agents:
10-
queue: "hosted"
117
plugins:
128
- shellcheck#v1.3.0:
139
files:
@@ -17,8 +13,6 @@ steps:
1713
options: "-x"
1814

1915
- label: ":sparkles: Lint"
20-
agents:
21-
queue: "hosted"
2216
plugins:
2317
- plugin-linter#v3.3.0:
2418
id: cache

0 commit comments

Comments
 (0)