Test bitbucket parsing

This commit is contained in:
Luke Kysow
2018-07-20 13:27:25 +02:00
parent bd8335f82f
commit e2930e48e5
9 changed files with 770 additions and 47 deletions

View File

@@ -237,8 +237,8 @@ func NewServer(userConfig UserConfig, config Config) (*Server, error) {
GitlabUser: userConfig.GitlabUser,
GitlabToken: userConfig.GitlabToken,
// todo: fill in properly
BitbucketCloudUser: "lkysow",
BitbucketCloudToken: os.Getenv("BITBUCKET_TOKEN"),
BitbucketUser: "lkysow",
BitbucketToken: os.Getenv("BITBUCKET_TOKEN"),
}
commentParser := &events.CommentParser{
GithubUser: userConfig.GithubUser,