-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
24 lines (24 loc) · 1.01 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
[submodule "docker-builds/reference-tasks/sample-patients"]
path = docker-builds/reference-tasks/sample-patients
url = https://github.com/smart-on-fhir/sample-patients
branch = hapi-patients-testing
[submodule "docker-builds/reference-tests/source"]
path = docker-builds/reference-tests
url = https://github.com/sync-for-science/demo-test-suite
branch = master
[submodule "docker-builds/reference-app/source"]
path = docker-builds/reference-app
url = https://github.com/sync-for-science/reference-research-app
branch = master
[submodule "docker-builds/reference-smart/source"]
path = docker-builds/reference-smart
url = https://github.com/sync-for-science/auth-proxy.git
branch = master
[submodule "docker-builds/research-app-api"]
path = docker-builds/research-app-api
url = https://github.com/sync-for-science/research-app-api.git
branch = master
[submodule "docker-builds/token-introspector"]
path = docker-builds/token-introspector
url = https://github.com/sync-for-science/token-introspector
branch = master