Toggle navigation
Toggle navigation
This project
Loading...
Sign in
OPENTECH
/
yoho-node-ci
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
2
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
沈志敏
8 years ago
Commit
35869ed0cab56ce013abb8bfe59704711e38890d
1 parent
4e25206f
检查release/5.6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
apps/ci/checkcode.js
apps/web/actions/checkcode.js
apps/ci/checkcode.js
View file @
35869ed
...
...
@@ -28,7 +28,7 @@ class Check {
this
.
mailOptions
=
{
from
:
'automan@yoho.cn'
,
to
:
'webtech@yoho.cn'
,
subject
:
`
$
{
projectname
}
项目
代码检查一览`
subject
:
`
$
{
projectname
}
:
$
{
branch
}
代码检查一览`
};
this
.
id
=
`
$
{
projectname
}
_$
{
branch
}
_$
{
this
.
buildTime
}
`
;
...
...
apps/web/actions/checkcode.js
View file @
35869ed
...
...
@@ -103,7 +103,7 @@ module.exports = {
if
(
p
.
name
!==
'yohobuywap-node'
)
{
// todo 暂时只检查wap站
return
;
}
new
Check
(
p
.
name
,
p
.
gitlab
,
'
master
'
).
check
();
new
Check
(
p
.
name
,
p
.
gitlab
,
'
release/5.6
'
).
check
();
});
});
},
...
...
Please
register
or
login
to post a comment