Skip to content

Commit 5bf1bce

Browse files
committed
Hardlinking in gitmodules as it does not take variables
1 parent 9d371f8 commit 5bf1bce

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.gitmodules

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[submodule "repo_refs/react1-app"]
22
path = repo_refs/react1-app
3-
url = ${FRONTEND_BUILD_CONTEXT}
3+
url = https://github.com/perfetti/react1-app.git
44
[submodule "repo_refs/react2-app"]
55
path = repo_refs/react2-app
6-
url = ${BACKEND_BUILD_CONTEXT}
6+
url = https://github.com/perfetti/react2-app.git
77
[submodule "repo_refs/rails-app"]
88
path = repo_refs/rails-app
9-
url = ${API_BUILD_CONTEXT}
9+
url = https://github.com/perfetti/rails-app.git

0 commit comments

Comments
 (0)