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