-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy path.gitmodules
More file actions
32 lines (32 loc) · 902 Bytes
/
.gitmodules
File metadata and controls
32 lines (32 loc) · 902 Bytes
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 "site"]
path = site
url = https://github.com/apache/openserverless-site
branch = main
[submodule "cli"]
path = cli
url = https://github.com/apache/openserverless-cli
branch = main
[submodule "operator"]
path = olaris-op
url = https://github.com/apache/openserverless-operator
branch = main
[submodule "testing"]
path = testing
url = https://github.com/apache/openserverless-testing
branch = main
[submodule "task"]
path = olaris
url = https://github.com/apache/openserverless-task
branch = main
[submodule "runtimes"]
path = runtimes
url = https://github.com/apache/openserverless-runtimes
branch = main
[submodule "vscode"]
path = vscode
url = https://github.com/apache/openserverless-vscode-extension
branch = main
[submodule "openserverless-devcontainer"]
path = devcontainer
url = https://github.com/apache/openserverless-devcontainer
branch = main