-
-
Notifications
You must be signed in to change notification settings - Fork 467
/
.gitmodules
32 lines (32 loc) · 1.03 KB
/
.gitmodules
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
[submodule "service-api"]
path = service-api
url = https://github.com/reportportal/service-api.git
branch = develop
[submodule "service-authorization"]
path = service-authorization
url = https://github.com/reportportal/service-authorization.git
branch = develop
[submodule "service-jobs"]
path = service-jobs
url = https://github.com/reportportal/service-jobs.git
branch = develop
[submodule "service-ui"]
path = service-ui
url = https://github.com/reportportal/service-ui.git
branch = develop
[submodule "service-index"]
path = service-index
url = https://github.com/reportportal/service-index.git
branch = develop
[submodule "service-auto-analyzer"]
path = service-auto-analyzer
url = https://github.com/reportportal/service-auto-analyzer
branch = develop
[submodule "service-metrics-gatherer"]
path = service-metrics-gatherer
url = https://github.com/reportportal/service-metrics-gatherer.git
branch = develop
[submodule "migrations"]
path = migrations
url = https://github.com/reportportal/migrations.git
branch = develop