Skip to content
Snippets Groups Projects
Unverified Commit fadf1f28 authored by Rhys Arkins's avatar Rhys Arkins
Browse files

fix: add custom hostTypes to platforms

parent ab17060a
No related branches found
No related tags found
No related merge requests found
...@@ -13,6 +13,7 @@ export const GITEA_API_USING_HOST_TYPES = [ ...@@ -13,6 +13,7 @@ export const GITEA_API_USING_HOST_TYPES = [
'gitea-changelog', 'gitea-changelog',
'gitea-releases', 'gitea-releases',
'gitea-tags', 'gitea-tags',
'custom',
]; ];
export const GITHUB_API_USING_HOST_TYPES = [ export const GITHUB_API_USING_HOST_TYPES = [
...@@ -24,6 +25,7 @@ export const GITHUB_API_USING_HOST_TYPES = [ ...@@ -24,6 +25,7 @@ export const GITHUB_API_USING_HOST_TYPES = [
'hermit', 'hermit',
'github-changelog', 'github-changelog',
'conan', 'conan',
'custom',
]; ];
export const GITLAB_API_USING_HOST_TYPES = [ export const GITLAB_API_USING_HOST_TYPES = [
...@@ -33,10 +35,12 @@ export const GITLAB_API_USING_HOST_TYPES = [ ...@@ -33,10 +35,12 @@ export const GITLAB_API_USING_HOST_TYPES = [
'gitlab-packages', 'gitlab-packages',
'gitlab-changelog', 'gitlab-changelog',
'pypi', 'pypi',
'custom',
]; ];
export const BITBUCKET_API_USING_HOST_TYPES = [ export const BITBUCKET_API_USING_HOST_TYPES = [
'bitbucket', 'bitbucket',
'bitbucket-changelog', 'bitbucket-changelog',
'bitbucket-tags', 'bitbucket-tags',
'custom',
]; ];
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment