fix: submodule 引用版本不对
This commit is contained in:
parent
7a7260f014
commit
a6904f1e5e
|
@ -1,10 +1,10 @@
|
|||
[submodule "backend/src/main/java/io/metersphere/xpack"]
|
||||
path = backend/src/main/java/io/metersphere/xpack
|
||||
url = git@github.com:metersphere/xpack-backend.git
|
||||
branch = dev
|
||||
branch = v2.1
|
||||
ignore = all
|
||||
[submodule "frontend/src/business/components/xpack"]
|
||||
path = frontend/src/business/components/xpack
|
||||
url = git@github.com:metersphere/xpack-frontend.git
|
||||
branch = dev
|
||||
branch = v2.1
|
||||
ignore = all
|
||||
|
|
Loading…
Reference in New Issue