Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
GiGurra committed Jul 13, 2023
1 parent 43b92d1 commit 48c53ce
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions internal/flycd/webhook_service.go
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,14 @@ func (w WebHookServiceImpl) HandleGithubWebhook(payload github.PushWebhookPayloa
return nil
},
})

if err != nil {
fmt.Printf("error traversing app tree: %v", err)
ch <- err
}

fmt.Printf("Done processing webhook %d for %s...\n", payload.HookId, payload.Repository.Url)

}()

return ch
Expand Down

0 comments on commit 48c53ce

Please sign in to comment.