Skip to content

Commit 5e4a463

Browse files
committed
Update Docker Compose version to 2.21.0
1 parent 342ba15 commit 5e4a463

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

.circleci/config.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -39,19 +39,10 @@ jobs:
3939
steps:
4040
- checkout
4141

42-
- docker/install-docker-compose:
43-
version: "2.14.2"
44-
4542
- run:
4643
name: Build and start Docker Compose services
4744
command: bash ./build_github.sh
4845

49-
- run:
50-
name: Check DNS and network
51-
command: |
52-
cat /etc/hosts
53-
netstat -tulpn
54-
5546
- run:
5647
name: Check service ports
5748
command: |
@@ -84,7 +75,3 @@ workflows:
8475
branches:
8576
only:
8677
- main
87-
manual-trigger:
88-
when: << pipeline.trigger_source >>
89-
jobs:
90-
- test

0 commit comments

Comments
 (0)