提交 7b712ad1 编写于 作者: G gongfuxiang

分支切换优化

上级 9e3ff416
......@@ -265,8 +265,8 @@ def handle_release(request) :
if ret != True :
return function.json_exit(ret)
# 拉取远程分支最新代码
ret = git.fetch(git_dir_address, release.branch)
# 同步远程分支
ret = git.fetch(git_dir_address)
if ret != True :
return function.json_exit(ret)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册