Skip to content

Commit

Permalink
update buildkite lint/test plugins and pin versions
Browse files Browse the repository at this point in the history
  • Loading branch information
joemiller committed Aug 10, 2023
1 parent 2bcfa8f commit e96a00a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ services:
- 'shellcheck /plugin/hooks/*'

lint-plugin:
image: buildkite/plugin-linter
image: buildkite/plugin-linter:v2.0.4
volumes:
- ".:/plugin:ro"
command:
- --id=planetscale/vault-aws-creds

tests:
image: buildkite/plugin-tester
image: buildkite/plugin-tester:v4.1.0
volumes:
- ".:/plugin:ro"
2 changes: 1 addition & 1 deletion tests/environment.bats
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bats

load '/usr/local/lib/bats/load.bash'
load "${BATS_PLUGIN_PATH}/load.bash"

# export VAULT_STUB_DEBUG=/dev/tty

Expand Down

0 comments on commit e96a00a

Please sign in to comment.