mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-25 05:56:58 +01:00
Fix repository fetching possibly not fetching all tags
This commit is contained in:
@@ -450,6 +450,7 @@ namespace Tgstation.Server.Host.Components.Repository
|
||||
OnTransferProgress = TransferProgressHandler(progressReporter.CreateSection("Fetch Origin", 1.0), cancellationToken),
|
||||
OnUpdateTips = (a, b, c) => !cancellationToken.IsCancellationRequested,
|
||||
CredentialsProvider = credentialsProvider.GenerateCredentialsHandler(username, password),
|
||||
TagFetchMode = TagFetchMode.All,
|
||||
},
|
||||
"Fetch origin commits");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user