From 194bfd8ea63d2b00d5e1b64e60198ddc810ca5e8 Mon Sep 17 00:00:00 2001 From: James Healy Date: Sun, 28 Jul 2024 22:18:34 +1000 Subject: [PATCH] Remove explicit targeting of the hosted queue This queue is now the default --- .buildkite/pipeline.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 5da8e52..cd57ab9 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -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/*