Skip to content
Snippets Groups Projects
Unverified Commit 17cf8b6a authored by Rhys Arkins's avatar Rhys Arkins Committed by GitHub
Browse files

fix(hostRules): drop custom from platform hostTypes (#28371)

parent 23ee6aea
No related branches found
No related tags found
No related merge requests found
...@@ -14,7 +14,6 @@ export const GITEA_API_USING_HOST_TYPES = [ ...@@ -14,7 +14,6 @@ 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 = [
...@@ -26,7 +25,6 @@ export const GITHUB_API_USING_HOST_TYPES = [ ...@@ -26,7 +25,6 @@ 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 = [
...@@ -36,12 +34,10 @@ export const GITLAB_API_USING_HOST_TYPES = [ ...@@ -36,12 +34,10 @@ 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.
Finish editing this message first!
Please register or to comment