Skip to content

Commit c4af471

Browse files
committed
trying to use the build context in the gitmodules
1 parent ffc5a89 commit c4af471

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.gitmodules

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
[submodule "repo_refs/react1-app"]
2+
path = repo_refs/react1-app
3+
url = ${FRONTEND_BUILD_CONTEXT}
4+
[submodule "repo_refs/react2-app"]
5+
path = repo_refs/react2-app
6+
url = ${BACKEND_BUILD_CONTEXT}
7+
[submodule "repo_refs/rails-app"]
8+
path = repo_refs/rails-app
9+
url = ${API_BUILD_CONTEXT}

0 commit comments

Comments
 (0)