Skip to content

Commit

Permalink
Merge pull request #215 from buildkite-plugins/hosted-queue
Browse files Browse the repository at this point in the history
target hosted queue
  • Loading branch information
yob committed May 3, 2024
2 parents 524ac33 + 45ca4fd commit 129fcf5
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,27 @@
steps:
- label: ":bash: Plugin"
agents:
queue: "hosted"
plugins:
- plugin-tester#v1.1.1: ~

- label: ":ruby: Ruby"
agents:
queue: "hosted"
plugins:
- docker-compose#v5.2.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/*
files: hooks/*

0 comments on commit 129fcf5

Please sign in to comment.