We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a95733 commit 2fca68cCopy full SHA for 2fca68c
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.3 : echo pulled image" \
56
- "run -it --rm --volume /plugin:/plugin:ro --env PLUGIN_ID=my-plugin buildkite/plugin-linter:v2.0.3 : echo linted"
+ "pull buildkite/plugin-linter:v2.0.4 : echo pulled image" \
+ "run -it --rm --volume /plugin:/plugin:ro --env PLUGIN_ID=my-plugin buildkite/plugin-linter:v2.0.4 : echo linted"
57
58
run "$PWD"/hooks/command
59
0 commit comments