Skip to content

Commit 34a82a5

Browse files
authored
Merge pull request #58 from buildkite-plugins/update-linter
Update linter version
2 parents 3125ada + f114338 commit 34a82a5

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

hooks/command

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ if [ -z "${BUILDKITE_PLUGIN_PLUGIN_LINTER_ID:-}" ]; then
77
exit 1
88
fi
99

10-
TAG=${BUILDKITE_PLUGIN_PLUGIN_LINTER_IMAGE_VERSION:-v2.0.4}
10+
TAG=${BUILDKITE_PLUGIN_PLUGIN_LINTER_IMAGE_VERSION:-v2.1.0}
1111

1212
echo "--- :docker: Fetching buildkite/plugin-linter:${TAG}"
1313

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.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

0 commit comments

Comments
 (0)