Skip to content
This repository was archived by the owner on Jan 31, 2019. It is now read-only.

Commit da67711

Browse files
author
nicekingwei
committed
t
1 parent b136d71 commit da67711

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/ci.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ function server(req, res) {
1010
});
1111
req.on('end', function() {
1212
var data = JSON.parse(body);
13+
console.log(data);
1314
if (data.repository && data.repository.name &&
1415
data.repository.name == 'arcdb') {
1516
var cmds = [
@@ -27,7 +28,6 @@ function server(req, res) {
2728
'rm -rf engine arcdb'
2829
];
2930
var cmd = cmds.join(' && ');
30-
console.log(cmd);
3131
cp.execSync(cmd);
3232
}
3333
res.writeHead(200);

0 commit comments

Comments
 (0)