This commit is contained in:
1
2026-01-27 07:33:29 +00:00
parent bdd822acb1
commit dbd793cc22

View File

@@ -64,7 +64,7 @@ steps:
echo "✅ SSH认证成功忽略正常的Exit status 1"
else
echo "❌ SSH认证失败"
exit 1
exit 1
fi
#- ssh -vvv -i /root/.ssh/id_ed25519 -o StrictHostKeyChecking=accept-new git@github.com 2>&1
# 拉取代码拆分命令添加错误处理避免静默失败