mirror of
https://github.com/go-gitea/gitea.git
synced 2024-11-04 08:17:24 -05:00
parent
7796c9e122
commit
d950bf68e3
@ -584,14 +584,6 @@ func (t *HookTask) deliver() {
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
t.ResponseInfo.Body = string(p)
|
t.ResponseInfo.Body = string(p)
|
||||||
|
|
||||||
switch t.Type {
|
|
||||||
case SLACK:
|
|
||||||
if t.ResponseInfo.Body != "ok" {
|
|
||||||
log.Error(5, "slack failed with: %s", t.ResponseInfo.Body)
|
|
||||||
t.IsSucceed = false
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// DeliverHooks checks and delivers undelivered hooks.
|
// DeliverHooks checks and delivers undelivered hooks.
|
||||||
|
Loading…
Reference in New Issue
Block a user