Showing
1 changed file
with
0 additions
and
1 deletions
@@ -28,7 +28,6 @@ class Check { | @@ -28,7 +28,6 @@ class Check { | ||
28 | this.mailOptions = { | 28 | this.mailOptions = { |
29 | from: 'automan@yoho.cn', | 29 | from: 'automan@yoho.cn', |
30 | to: 'webtech@yoho.cn', | 30 | to: 'webtech@yoho.cn', |
31 | - subject: `${projectname}:${branch} 代码检查一览` | ||
32 | subject: `${projectname}:${branch} 代码检查一览 ` + moment().format('YYYY-MM-DD HH:mm:ss') | 31 | subject: `${projectname}:${branch} 代码检查一览 ` + moment().format('YYYY-MM-DD HH:mm:ss') |
33 | }; | 32 | }; |
34 | this.id = `${projectname}_${branch}_${this.buildTime}`; | 33 | this.id = `${projectname}_${branch}_${this.buildTime}`; |
-
Please register or login to post a comment