-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
When running this API call, with these settings set to:
Git:
RepositoryUrl: "https://github.com/ss14Starlight/space-station-14"
Branch: "Starlight"
I get these errors in my MapServer logs:
[07:43:54 INF SS14.MapServer.Services.GitService] Retrieving branch/commit master...
[07:43:54 INF SS14.MapServer.BuildRunners.LocalBuildService] Running: git config user.name "biteless-dot"
[07:43:54 INF SS14.MapServer.BuildRunners.LocalBuildService] Run finished
[07:43:54 INF SS14.MapServer.BuildRunners.LocalBuildService] Running: git config user.email "[email protected]"
[07:43:54 INF SS14.MapServer.BuildRunners.LocalBuildService] Run finished
[07:43:54 INF SS14.MapServer.BuildRunners.LocalBuildService] Running: git fetch -fu https://github.com/ss14Starlight/space-station-14 master
[07:43:54 ERR SS14.MapServer.MapProcessing.Services.ProcessQueueHostedService] An exception occured while processing queued task.
SS14.MapServer.Exceptions.BuildException: Error while running: git fetch -fu https://github.com/ss14Starlight/space-station-14 master
at SS14.MapServer.BuildRunners.LocalBuildService.ProcessLocalBuildException(String log, String fileName, Exception exception) in /src/SS14.MapServer/BuildRunners/LocalBuildService.cs:line 149
at SS14.MapServer.BuildRunners.LocalBuildService.Run(String directory, String command, List`1 arguments, Boolean joinExecutablePath, CancellationToken cancellationToken) in /src/SS14.MapServer/BuildRunners/LocalBuildService.cs:line 122
[07:44:01 INF Microsoft.Hosting.Lifetime] Application is shutting down...
[07:44:01 INF Quartz.Core.QuartzScheduler] Scheduler QuartzScheduler_$_NON_CLUSTERED shutting down.
[07:44:01 INF Quartz.Core.QuartzScheduler] Scheduler QuartzScheduler_$_NON_CLUSTERED paused.
[07:44:01 INF Quartz.Core.QuartzScheduler] Scheduler QuartzScheduler_$_NON_CLUSTERED Shutdown complete.
[07:44:01 INF SS14.MapServer.MapProcessing.Services.ProcessQueueHostedService] ProcessQueueHostedService stopped
If I switch the repo url to the main SpaceStation14 space-wizards url, with the master branch, it works fine. This makes me think that my appsettings.yaml git options are not being respected.
Metadata
Metadata
Assignees
Labels
No labels