Spaces:
Running
Running
Added submodules
Browse files- .gitmodules +8 -0
- backend +1 -0
- frontend_build +1 -0
.gitmodules
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[submodule "backend"]
|
| 2 |
+
path = backend
|
| 3 |
+
url = https://github.com/Cloud-Pipelines/backend
|
| 4 |
+
branch = stable
|
| 5 |
+
[submodule "frontend_build"]
|
| 6 |
+
path = frontend_build
|
| 7 |
+
url = https://github.com/Cloud-Pipelines/pipeline-studio-app
|
| 8 |
+
branch = gh_pages_stable
|
backend
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
Subproject commit 308c8e5110eeea4ae5ff6adcb927c7c8eb2259f0
|
frontend_build
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
Subproject commit af39e91190fd92e9a1bec76dadcc74e11276693d
|