Skip to content

Commit

Permalink
Merge pull request #70 from buildkite-plugins/update-bats-mock
Browse files Browse the repository at this point in the history
Update bats-mock lib version
  • Loading branch information
pzeballos authored Feb 15, 2024
2 parents 464b7f8 + 286c7d8 commit cb6ce68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ENV BATS_PLUGIN_PATH=/usr/lib/bats

# Install our fork of bats-mock
RUN mkdir -p "${BATS_PLUGIN_PATH}"/bats-mock \
&& curl -sSL https://github.com/buildkite-plugins/bats-mock/archive/v2.1.0.tar.gz -o /tmp/bats-mock.tgz \
&& curl -sSL https://github.com/buildkite-plugins/bats-mock/archive/v2.1.1.tar.gz -o /tmp/bats-mock.tgz \
&& tar -zxf /tmp/bats-mock.tgz -C "${BATS_PLUGIN_PATH}"/bats-mock --strip 1 \
&& rm -rf /tmp/bats-mock.tgz

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ To test this, you'd add the following `docker-compose.yml` file:
version: '3.7'
services:
tests:
image: buildkite/plugin-tester:v4.0.0
image: buildkite/plugin-tester:v4.1.1
volumes:
- ".:/plugin"
```
Expand Down

0 comments on commit cb6ce68

Please sign in to comment.