Skip to content

Commit

Permalink
chore(deps): update buildkite plugin docker-compose to v3.8.0 (#8358)
Browse files Browse the repository at this point in the history
* chore(deps): update buildkite plugin docker-compose to v3.8.0

* chore(deps): update buildkite plugin docker-compose to v3.8.0

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Pierre-Antoine Mills <pierreantoine.urvoy@gmail.com>
  • Loading branch information
3 people committed Jul 22, 2021
1 parent d6c1f9f commit eb7ea5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/.buildkite/publish/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ steps:
- label: ":llama: Publish"
timeout_in_minutes: 45
plugins:
- docker-compose#v3.7.0:
- docker-compose#v3.8.0:
config: src/.buildkite/publish/docker-compose.yml
run: app
- wait
2 changes: 1 addition & 1 deletion src/.buildkite/test/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ steps:
parallelism: 3
timeout_in_minutes: 25
plugins:
- docker-compose#v3.7.0:
- docker-compose#v3.8.0:
config: src/.buildkite/test/docker-compose.14.yml
run: app

Expand Down

0 comments on commit eb7ea5a

Please sign in to comment.