mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-29 08:00:19 +01:00
Fix TargetCommitSha being null
This commit is contained in:
@@ -816,11 +816,13 @@ namespace Tgstation.Server.Host.Controllers
|
||||
TitleAtMerge = ex.Message,
|
||||
Comment = I.Comment,
|
||||
Number = I.Number,
|
||||
TargetCommitSha = I.TargetCommitSha,
|
||||
Url = ex.Message
|
||||
};
|
||||
}
|
||||
|
||||
// Ensure we're getting the full sha from git itself
|
||||
fullTestMerge.TargetCommitSha = I.TargetCommitSha;
|
||||
|
||||
// MergedBy will be set later
|
||||
++doneSteps;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user