File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ The id of the plugin (e.g. `my-org/my-plugin`)
2626
2727# ## `image-version`
2828
29- The docker tag of the `buildkite/plugin-linter` image to use. Default is `2.0.1 `
29+ The docker tag of the `buildkite/plugin-linter` image to use. Default is `2.0.2 `
3030
3131# ## `readme` (optional)
3232
Original file line number Diff line number Diff line change 2020 " --env" " PLUGIN_ID=$BUILDKITE_PLUGIN_PLUGIN_LINTER_ID "
2121)
2222
23- TAG=${BUILDKITE_PLUGIN_PLUGIN_LINTER_IMAGE_VERSION:- v2.0.1 }
23+ TAG=${BUILDKITE_PLUGIN_PLUGIN_LINTER_IMAGE_VERSION:- v2.0.2 }
2424
2525if [[ -n " ${BUILDKITE_PLUGIN_PLUGIN_LINTER_README:- } " ]] ; then
2626 args+=(" --env" " PLUGIN_README=$BUILDKITE_PLUGIN_PLUGIN_LINTER_README " )
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ setup() {
5353
5454 stub docker \
5555 " 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"
56+ " run -it --rm --volume /plugin:/plugin:ro --env PLUGIN_ID=my-plugin buildkite/plugin-linter:v2.0.2 : echo linted"
5757
5858 run " $PWD " /hooks/command
5959
You can’t perform that action at this time.
0 commit comments