.
This commit is contained in:
parent
c0bc0baf8f
commit
d6e2ac95bf
@ -209,6 +209,8 @@ func (h *RequestHandler) GetAssociatedPrjGitPR(pr *PullRequest) *models.PullRequ
|
||||
if m := r.FindSubmatch([]byte(line)); m != nil {
|
||||
h.Log("match: %#v", m)
|
||||
break payload_processing
|
||||
} else {
|
||||
h.Log("not matched: '%s'", line)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user