|
@@ -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
|
|
|
|
- }
|
|
|
|
- }
|
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|