add git revision info to /about

This commit is contained in:
13xforever
2023-03-07 15:01:50 +05:00
parent 2a371a6841
commit 7c14631412
5 changed files with 45 additions and 15 deletions

View File

@@ -120,6 +120,7 @@ internal static class Program
StatsStorage.BackgroundSaveAsync(),
CompatList.ImportCompatListAsync(),
Config.GetAzureDevOpsClient().GetPipelineDurationAsync(Config.Cts.Token),
Config.GetCurrentGitRevisionAsync(Config.Cts.Token),
CirrusCi.GetPipelineDurationAsync(Config.Cts.Token),
Sudo.Bot.UpdateCheckScheduledAsync(Config.Cts.Token)
);