Skip to content

Commit 6eca175

Browse files
authored
Merge pull request #49 from buildkite-plugins/update-linter-tag
Update Linter tag version
2 parents 269d769 + c0e9510 commit 6eca175

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

hooks/command

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ args=(
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

2525
if [[ -n "${BUILDKITE_PLUGIN_PLUGIN_LINTER_README:-}" ]] ; then
2626
args+=("--env" "PLUGIN_README=$BUILDKITE_PLUGIN_PLUGIN_LINTER_README")

tests/command.bats

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)