Skip to content

Commit

Permalink
Use PRODUCTION_DOMAIN as webhook id
Browse files Browse the repository at this point in the history
  • Loading branch information
Timo Steidle committed Aug 10, 2016
1 parent 97a4fb1 commit dff4d7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readthedocs/oauth/services/gitlab.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ def setup_webhook(self, project):

# See: http://doc.gitlab.com/ce/api/projects.html#add-project-hook
data = json.dumps({
'id': 'readthedocs',
'id': settings.PRODUCTION_DOMAIN,
'push_events': True,
'issues_events': False,
'merge_requests_events': False,
Expand Down

0 comments on commit dff4d7d

Please sign in to comment.