Skip to content

Commit

Permalink
Remove explicit targeting of the hosted queue
Browse files Browse the repository at this point in the history
This queue is now the default
  • Loading branch information
yob committed Jul 28, 2024
1 parent b70941e commit 194bfd8
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 194bfd8

Please sign in to comment.