Commit 56bfbb17 authored by 智勇's avatar 智勇

修复钉钉通知内容

parent ceb8c3b6
......@@ -47,7 +47,7 @@ const syncDB = async (cluster) => {
} else {
logger.info('同步ns失败:', namespace.name, res.data)
}
await sleep(6 * 1000)
await sleep(60 * 1000)
break
}
}
......
......@@ -76,7 +76,7 @@ const deploy = async (cluster) => {
text = `${text}${i} 重新部署的 latest : ${summary[i].latestArray.join('')}\n\n`
}
if (summary[i].masterArray.length) {
text = `${text}${i} 重新部署的 latest : ${summary[i].masterArray.join('')}\n\n`
text = `${text}${i} 重新部署的 master : ${summary[i].masterArray.join('')}\n\n`
}
}
}
......
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