Skip to content

Commit

Permalink
chore: Switches to Docker Compose v2 in CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
tommie committed Dec 27, 2024
1 parent 0526412 commit a08b465
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ commands:
- run:
name: e2e tests (syncstorage mysql)
command: >
/usr/local/bin/docker-compose
docker compose
-f docker-compose.mysql.yaml
-f docker-compose.e2e.mysql.yaml
up
Expand All @@ -133,7 +133,7 @@ commands:
- run:
name: e2e tests (syncstorage spanner)
command: >
/usr/local/bin/docker-compose
docker compose
-f docker-compose.spanner.yaml
-f docker-compose.e2e.spanner.yaml
up
Expand Down

0 comments on commit a08b465

Please sign in to comment.