mirror of
https://github.com/harness/drone.git
synced 2025-05-11 22:50:11 +08:00
support for whitelisting
This commit is contained in:
parent
d984848524
commit
7fa167c408
@ -357,7 +357,6 @@ func handleWebhookResponse(execution *types.WebhookExecution, resp *http.Respons
|
||||
// store status (handle status later - want to first read body)
|
||||
execution.Response.StatusCode = resp.StatusCode
|
||||
execution.Response.Status = resp.Status
|
||||
log.Error().Msgf("resp nav %v: %v", execution, resp)
|
||||
|
||||
// store response headers
|
||||
hBuff := &bytes.Buffer{}
|
||||
|
Loading…
Reference in New Issue
Block a user