File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11steps :
22 - label : " :shell: Shellcheck"
3+ agents :
4+ queue : " hosted"
35 plugins :
46 - shellcheck#v1.3.0:
57 files :
@@ -8,22 +10,30 @@ steps:
810 - lib/**
911
1012 - label : " :sparkles:"
13+ agents :
14+ queue : " hosted"
1115 plugins :
1216 - plugin-linter#v3.3.0:
1317 id : docker
1418
1519 - label : " :docker: :hammer:"
20+ agents :
21+ queue : " hosted"
1622 plugins :
1723 - plugin-tester#v1.1.1: ~
1824
1925 - wait
2026 - label : run the plugin
2127 command : " echo hello world"
28+ agents :
29+ queue : " hosted"
2230 plugins :
2331 - ${BUILDKITE_PULL_REQUEST_REPO:-$BUILDKITE_REPO}#${BUILDKITE_COMMIT}:
2432 image : ubuntu:22.04
2533 - label : ensure exit codes are propagated
2634 command : " exit 3"
35+ agents :
36+ queue : " hosted"
2737 plugins :
2838 - ${BUILDKITE_PULL_REQUEST_REPO:-$BUILDKITE_REPO}#${BUILDKITE_COMMIT}:
2939 image : ubuntu:22.04
You can’t perform that action at this time.
0 commit comments