mirror of
https://github.com/ansible/awx.git
synced 2026-01-18 05:01:19 -03:30
return event_status on all gitlab webhook types
This commit is contained in:
parent
2ba68ef5d0
commit
f02212b1fe
@ -204,8 +204,6 @@ class GitlabWebhookReceiver(WebhookReceiverBase):
|
||||
return h.hexdigest()
|
||||
|
||||
def get_event_status_api(self):
|
||||
if self.get_event_type() != 'Merge Request Hook':
|
||||
return
|
||||
project = self.request.data.get('project', {})
|
||||
repo_url = project.get('web_url')
|
||||
if not repo_url:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user