File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ if [ -z "${BUILDKITE_PLUGIN_PLUGIN_LINTER_ID:-}" ]; then
77 exit 1
88fi
99
10- TAG=${BUILDKITE_PLUGIN_PLUGIN_LINTER_IMAGE_VERSION:- v2.0.4 }
10+ TAG=${BUILDKITE_PLUGIN_PLUGIN_LINTER_IMAGE_VERSION:- v2.1.0 }
1111
1212echo " --- :docker: Fetching buildkite/plugin-linter:${TAG} "
1313
Original file line number Diff line number Diff 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.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"
55+ " pull buildkite/plugin-linter:v2.1.0 : echo pulled image" \
56+ " run -it --rm --volume /plugin:/plugin:ro --env PLUGIN_ID=my-plugin buildkite/plugin-linter:v2.1.0 : echo linted"
5757
5858 run " $PWD " /hooks/command
5959
You can’t perform that action at this time.
0 commit comments