cleanup: 移除devops多步扫描中的冗余import
This commit is contained in:
parent
e3b8c80b56
commit
dd50fa1062
@ -922,9 +922,6 @@ if action == 'send_message':
|
||||
clone_dir = os.path.join(_resolve_workdir(), repo_target)
|
||||
if os.path.isdir(clone_dir):
|
||||
try:
|
||||
import_result = await skill_import_git('', skills_dir='skills')
|
||||
# skill_import_git 的 repo_url 为空时不 clone,改用已有目录
|
||||
from pipeline_service.init import _resolve_workdir
|
||||
full_skills = os.path.join(clone_dir, 'skills')
|
||||
if os.path.isdir(full_skills):
|
||||
found = []
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user