refactor: 修改 submodule 地址为 ssh 格式

This commit is contained in:
BugKing 2020-12-18 12:04:00 +08:00
parent afc2f2d960
commit 18e32230d0
1 changed files with 2 additions and 2 deletions

4
.gitmodules vendored
View File

@ -1,6 +1,6 @@
[submodule "backend/src/main/java/io/metersphere/xpack"]
path = backend/src/main/java/io/metersphere/xpack
url = https://github.com/metersphere/xpack-backend.git
url = git@github.com:metersphere/xpack-backend.git
[submodule "frontend/src/business/components/xpack"]
path = frontend/src/business/components/xpack
url = https://github.com/metersphere/xpack-frontend.git
url = git@github.com:metersphere/xpack-frontend.git