We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78fc28b commit c0e9510Copy full SHA for c0e9510
1 file changed
tests/command.bats
@@ -53,7 +53,7 @@ setup() {
53
54
stub docker \
55
"pull buildkite/plugin-linter : echo pulled image" \
56
- "run -it --rm --volume /plugin:/plugin:ro --env PLUGIN_ID=my-plugin buildkite/plugin-linter:v2.0.1 : echo linted"
+ "run -it --rm --volume /plugin:/plugin:ro --env PLUGIN_ID=my-plugin buildkite/plugin-linter:v2.0.2 : echo linted"
57
58
run "$PWD"/hooks/command
59
0 commit comments