fix(ci): 飞书通知失败不阻塞部署流程 #330
Reference in New Issue
Block a user
Delete Branch "fix/deploy-notify-continue-on-error"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
问题
飞书机器人配置了关键词校验,CI通知消息中未包含关键词,导致通知步骤返回"Key Words Not Found"失败,进而导致整个Deploy Staging job失败退出,镜像推送和watchtower更新全部被跳过。
修复内容
1. 所有notify步骤添加
continue-on-error: true2. 飞书通知消息添加关键词
影响范围
CI紧急修复,直接批准合并