Commit 931db3e3 authored by jinkaiqiang's avatar jinkaiqiang

fix:启动的pull改为fetch

parent 55df41d3
Pipeline #76677 passed with stage
in 17 seconds
......@@ -49,7 +49,8 @@ if os.path.exists(git_path):
# docker环境线下老是出现问题,先用代码拉取
os.system(f'git clone {deploy_repo_path} {git_path}')
repo = git.Repo(git_path)
repo.git.pull()
repo.git.fetch()
class FlashAppLoader(AppLoaderBase):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment