@ -35,7 +35,7 @@ class GitUtil:
# 执行一次 clone代码到本地
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')
# 获取指定版本的最新代码