Commit ee5ef8f2 authored by nanahira's avatar nanahira

fix

parent cab616a4
......@@ -167,7 +167,7 @@ http.createServer(function (req, res) {
}
var ref = infodata.ref;
if (!ref) {
return return_error(res, "Not a push trigger.");
return return_success(res, "Not a push trigger. Skipped.");
}
var branch = ref.split("/")[2];
if (!branch) {
......
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