Skip to content

Commit

Permalink
Merge pull request #224 from buildkite-plugins/remove-explicit-queue
Browse files Browse the repository at this point in the history
Remove explicit targeting of the hosted queue
  • Loading branch information
yob authored Jul 29, 2024
2 parents b70941e + 194bfd8 commit 23eed4e
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
@@ -1,27 +1,19 @@
steps:
- label: ":bash: Plugin"
agents:
queue: "hosted"
plugins:
- plugin-tester#v1.1.1: ~

- label: ":ruby: Ruby"
agents:
queue: "hosted"
plugins:
- docker-compose#v5.3.0:
run: ruby

- label: "✨ Lint"
agents:
queue: "hosted"
plugins:
- plugin-linter#v3.3.0:
id: junit-annotate

- label: ":bash: Shellcheck"
agents:
queue: "hosted"
plugins:
- shellcheck#v1.3.0:
files: hooks/*

0 comments on commit 23eed4e

Please sign in to comment.