Skip to content

Commit 2fca68c

Browse files
authored
update test
Update test to match latest tag release
1 parent 4a95733 commit 2fca68c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/command.bats

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ setup() {
5252
unset BUILDKITE_PLUGIN_PLUGIN_LINTER_IMAGE_VERSION
5353

5454
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"
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"
5757

5858
run "$PWD"/hooks/command
5959

0 commit comments

Comments
 (0)