Adds bitbucket server support

This commit is contained in:
Eric Amodio
2017-09-11 19:18:29 -04:00
parent 62580da702
commit 21e0963600
10 changed files with 78 additions and 16 deletions

View File

@@ -48,6 +48,7 @@ export type CustomRemoteType =
'GitLab';
export const CustomRemoteType = {
Bitbucket: 'Bitbucket' as CustomRemoteType,
BitbucketServer: 'BitbucketServer' as CustomRemoteType,
GitHub: 'GitHub' as CustomRemoteType,
GitLab: 'GitLab' as CustomRemoteType
};