Skip to content

Commit

Permalink
Revert "Set meaningful context for GitHub status reporter."
Browse files Browse the repository at this point in the history
This reverts commit a9c9650.

Buildbot is too old, and no newer debs exist.
whitequark committed Oct 1, 2017
1 parent a9c9650 commit f70218a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions master.cfg
Original file line number Diff line number Diff line change
@@ -828,8 +828,7 @@ c['status'].append(
GitHubStatus(
token=secrets['github']['status_api_token'],
repoOwner='m-labs',
repoName=WithProperties('%(github_repo_name:~)s'),
context='m-labs/buildbot'))
repoName=WithProperties('%(github_repo_name:~)s')))

####### PROJECT IDENTITY

0 comments on commit f70218a

Please sign in to comment.