Compare commits
2 Commits
2f19d433a2
...
c121bfa75f
| Author | SHA1 | Date |
|---|---|---|
|
|
c121bfa75f | |
|
|
5b446f5145 |
|
|
@ -1,7 +1,7 @@
|
||||||
# DevOps 自动化部署配置文件
|
# DevOps 自动化部署配置文件
|
||||||
|
|
||||||
# 全局分支配置(所有仓库统一使用此分支)
|
# 全局分支配置(所有仓库统一使用此分支)
|
||||||
global_branch: main
|
global_branch: dev
|
||||||
|
|
||||||
# 主仓库配置
|
# 主仓库配置
|
||||||
main_repository:
|
main_repository:
|
||||||
|
|
|
||||||
|
|
@ -40,3 +40,6 @@
|
||||||
[submodule "ruoyi-modules/tuoheng-task"]
|
[submodule "ruoyi-modules/tuoheng-task"]
|
||||||
path = ruoyi-modules/tuoheng-task
|
path = ruoyi-modules/tuoheng-task
|
||||||
url = http://th.local.t-aaron.com:13000/THENG/a-tuoheng-task.git
|
url = http://th.local.t-aaron.com:13000/THENG/a-tuoheng-task.git
|
||||||
|
[submodule "a_th_web"]
|
||||||
|
path = a_th_web
|
||||||
|
url = http://th.local.t-aaron.com:13000/THENG/a_th_web.git
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 91faaa0728b98b42483e763922303c5765d88c82
|
||||||
Loading…
Reference in New Issue