From c8974a35c0b6d964cdd791710797a3dadb10aaa8 Mon Sep 17 00:00:00 2001 From: pan <1029559041@qq.com> Date: Sun, 11 Oct 2020 06:05:57 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E7=BB=B4=E6=8A=A4=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- routes/index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/routes/index.js b/routes/index.js index 6fa6625..fa9229b 100644 --- a/routes/index.js +++ b/routes/index.js @@ -74,7 +74,6 @@ router.post('/deploy', function(req, res, next) { info('close code : ' + code); dingding(`${name}|${description}自动部署成功,花费时间:${moment().diff(startTime, 'seconds', true)}秒`) - res.json({message:`仓库代码${name}部署成功`}) }) spawnObj.on('exit', (code) => { info('exit code : ' + code);