hjklhgjgfhjghj
This commit is contained in:
@@ -21,9 +21,10 @@ export function getFetchUrl(settings: IGitSourceSettings): string {
|
||||
|
||||
export function getServerUrl(): URL {
|
||||
// todo: remove GITHUB_URL after support for GHES Alpha is no longer needed
|
||||
return new URL(
|
||||
process.env['GITHUB_SERVER_URL'] + '/gitea' ||
|
||||
process.env['GITHUB_URL'] + '/gitea' ||
|
||||
'https://github.com'
|
||||
)
|
||||
// return new URL(
|
||||
// process.env['GITHUB_SERVER_URL'] + '/gitea' ||
|
||||
// process.env['GITHUB_URL'] + '/gitea' ||
|
||||
// 'https://github.com'
|
||||
// )
|
||||
return new URL('https://dev.hargassner.at/gitea')
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user