Skip to content

Commit

Permalink
Merge pull request #178 from buildkite-plugins/toote_minor_fixes
Browse files Browse the repository at this point in the history
Minor fixes
  • Loading branch information
toote authored Oct 28, 2022
2 parents 54f9949 + 910177d commit 5348c36
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
steps:
- label: ":bash: Plugin"
plugins:
docker-compose#v4.2.0:
docker-compose#v4.5.0:
run: plugin
- label: ":ruby: Ruby"
plugins:
docker-compose#v4.2.0:
docker-compose#v4.5.0:
run: ruby
- label: "✨ Lint"
plugins:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ steps:
- wait: ~
continue_on_failure: true
- plugins:
- junit-annotate#v2.0.2:
- junit-annotate#v2.1.0:
artifacts: tmp/junit-*.xml
```
Expand Down Expand Up @@ -87,7 +87,7 @@ To test your plugin in your builds prior to opening a pull request, you can refe
steps:
- label: Annotate
plugins:
- YourGithubHandle/junit-annotate#v2.0.2:
- YourGithubHandle/junit-annotate#v2.1.0:
...
```
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ services:
depends_on:
- ruby
ruby:
image: ruby:3.1-alpine@sha256:c5acbb8bcc57cc3cb8da7f28077ec23c9c05217f26bd4e156d7b87df6dcf0c00
image: ruby:3.1-alpine@sha256:a39e26d0598837f08c75a42c8b0886d9ed5cc862c4b535662922ee1d05272fca
command: rake
working_dir: /src
volumes:
Expand Down

0 comments on commit 5348c36

Please sign in to comment.