更新git地址

main
rogersun 6 hours ago
parent 39c06c891e
commit bef361b3d4
  1. 2
      update/utils/git_util.py

@ -35,7 +35,7 @@ class GitUtil:
# 执行一次 clone代码到本地 # 执行一次 clone代码到本地
def clone(self): def clone(self):
git_url = 'http://dingxin_readonly:cine123456@172.16.3.3:8081/root/dingxin.git' git_url = 'http://dingxin_readonly:cine123456@10.10.0.153:8081/root/dingxin.git'
Repo.clone_from(git_url, to_path=self.local_code_path, branch='master') Repo.clone_from(git_url, to_path=self.local_code_path, branch='master')
# 获取指定版本的最新代码 # 获取指定版本的最新代码

Loading…
Cancel
Save