We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 342ba15 commit 5e4a463Copy full SHA for 5e4a463
.circleci/config.yml
@@ -39,19 +39,10 @@ jobs:
39
steps:
40
- checkout
41
42
- - docker/install-docker-compose:
43
- version: "2.14.2"
44
-
45
- run:
46
name: Build and start Docker Compose services
47
command: bash ./build_github.sh
48
49
- - run:
50
- name: Check DNS and network
51
- command: |
52
- cat /etc/hosts
53
- netstat -tulpn
54
55
56
name: Check service ports
57
command: |
@@ -84,7 +75,3 @@ workflows:
84
75
branches:
85
76
only:
86
77
- main
87
- manual-trigger:
88
- when: << pipeline.trigger_source >>
89
- jobs:
90
- - test
0 commit comments