From bef361b3d4332a17ff77a214b54cb672e1b25793 Mon Sep 17 00:00:00 2001 From: rogersun Date: Mon, 18 May 2026 09:47:15 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0git=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- update/utils/git_util.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update/utils/git_util.py b/update/utils/git_util.py index ef345b3..483ceb7 100644 --- a/update/utils/git_util.py +++ b/update/utils/git_util.py @@ -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') # 获取指定版本的最新代码