diff options
author | Nejc Habjan <hab.nejc@gmail.com> | 2020-04-17 01:02:05 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-17 01:02:05 +0200 |
commit | c60e2df50773535f5cfdbbb974713f28828fd827 (patch) | |
tree | cd7a0aa40a02f38011dfeae168f6efe1df70d16e | |
parent | 7afc3570c02c5421df76e097ce33d1021820a3d6 (diff) | |
download | gitlab-c60e2df50773535f5cfdbbb974713f28828fd827.tar.gz |
chore: remove old builds-email service
-rw-r--r-- | gitlab/v4/objects.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gitlab/v4/objects.py b/gitlab/v4/objects.py index aac4dff..a76332c 100644 --- a/gitlab/v4/objects.py +++ b/gitlab/v4/objects.py @@ -4055,7 +4055,6 @@ class ProjectServiceManager(GetMixin, UpdateMixin, DeleteMixin, ListMixin, RESTM "branches_to_be_notified", ), ), - "builds-email": (("recipients",), ("add_pusher", "notify_only_broken_builds")), "pipelines-email": ( ("recipients",), ( |