mirror of
https://github.com/ansible/awx.git
synced 2026-05-19 14:57:39 -02:30
Drop Bitbucket support
since only the Bitbucket Server product supports signed payloads, bitbucket.org does not. And we are requiring signed payloads.
This commit is contained in:
@@ -498,7 +498,6 @@ class WebhookTemplateMixin(models.Model):
|
||||
SERVICES = [
|
||||
('github', "Github"),
|
||||
('gitlab', "Gitlab"),
|
||||
('bitbucket', "Bitbucket"),
|
||||
]
|
||||
|
||||
webhook_service = models.CharField(
|
||||
|
||||
Reference in New Issue
Block a user