mirror of
https://git.vectorsigma.ru/public/atlantis.git
synced 2026-07-28 23:58:19 +00:00
Test bitbucket parsing
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user