build: 更新模板 URL 为 HTTPS 方式
- 将模板 URL 从 SSH 形式改为 HTTPS 形式 - 适应远程仓库地址变更,确保代码克隆和更新正常进行
This commit is contained in:
parent
6add048755
commit
7d115fe172
@ -8,7 +8,7 @@ import (
|
||||
)
|
||||
|
||||
var (
|
||||
template = "git@golib-ssh.gaore.com:GaoreGo/hertz_demo.git"
|
||||
template = "https://golib.gaore.com/GaoreGo/hertz_demo.git"
|
||||
project string
|
||||
branch string
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user