Skip to content

Commit

Permalink
Merge pull request #50 from buildkite-plugins/toote_bugfix_bats_mock
Browse files Browse the repository at this point in the history
Update backs-mock to correct bug
  • Loading branch information
pzeballos authored Sep 17, 2022
2 parents f72feed + 82a4714 commit 6743284
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ RUN mkdir -p /usr/local/lib/bats/bats-assert \

# Install lox's fork of bats-mock
RUN mkdir -p /usr/local/lib/bats/bats-mock \
&& curl -sSL https://github.com/buildkite-plugins/bats-mock/archive/v2.0.0.tar.gz -o /tmp/bats-mock.tgz \
&& curl -sSL https://github.com/buildkite-plugins/bats-mock/archive/v2.0.1.tar.gz -o /tmp/bats-mock.tgz \
&& tar -zxf /tmp/bats-mock.tgz -C /usr/local/lib/bats/bats-mock --strip 1 \
&& printf 'source "%s"\n' "/usr/local/lib/bats/bats-mock/stub.bash" >> /usr/local/lib/bats/load.bash \
&& rm -rf /tmp/bats-mock.tgz
Expand Down

0 comments on commit 6743284

Please sign in to comment.