Skip to content

Commit f70218a

Browse files
author
whitequark
committedOct 1, 2017
Revert "Set meaningful context for GitHub status reporter."
This reverts commit a9c9650. Buildbot is too old, and no newer debs exist.
1 parent a9c9650 commit f70218a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

‎master.cfg

+1-2
Original file line numberDiff line numberDiff line change
@@ -828,8 +828,7 @@ c['status'].append(
828828
GitHubStatus(
829829
token=secrets['github']['status_api_token'],
830830
repoOwner='m-labs',
831-
repoName=WithProperties('%(github_repo_name:~)s'),
832-
context='m-labs/buildbot'))
831+
repoName=WithProperties('%(github_repo_name:~)s')))
833832

834833
####### PROJECT IDENTITY
835834

0 commit comments

Comments
 (0)
Please sign in to comment.