Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Sonarr/commit/0ed0c5c5db2f29b2d89988455fee658350f3c992
You should set ROOT_URL correctly, otherwise the web may not work correctly.
1 changed files with
5 additions and
4 deletions
@ -68,6 +68,9 @@ Function CleanFolder($path, $keepConfigFiles)
Write-Host Removing . less files
get-childitem $path -File -Filter * . less -Recurse | foreach ( $_ ) { remove-item $_ . fullname }
Write-Host Removing vshost files
get-childitem $path -File -Filter * . vshost . exe -Recurse | foreach ( $_ ) { remove-item $_ . fullname }
if ( Test-Path $ $path \ NuGet )
{
@ -125,8 +128,6 @@ Function PackageMono()
Rename-Item $_ . fullname $newName
}
Remove-Item " $outputFolderMono \NzbDrone.Console.vshost.exe "
Write-Host Adding NzbDrone . Mono to UpdatePackage
Copy-Item $outputFolderMono \ * $updateFolderMono -Filter NzbDrone . Mono . *
@ -197,7 +198,7 @@ Function PackageTests()
Write-Host " ##teamcity[progressFinish 'Creating Test Package'] "
}
Function RunG runt ( )
Function RunG ulp ( )
{
Write-Host " ##teamcity[progressStart 'Running Gulp'] "
$gulpPath = '.\node_modules\gulp\bin\gulp'
@ -231,7 +232,7 @@ Function CleanupWindowsPackage()
}
Build
RunG runt
RunG ulp
PackageMono
PackageOsx
PackageTests