TD-74::trying to get successful build

This commit is contained in:
ivnmrtk 2022-03-17 13:18:16 +03:00
parent dce29fa7a6
commit 7db8bae5f9

View File

@ -317,7 +317,7 @@ func FormatShortMessage(event events.Event) (msg string) {
}
if len(event.LogsURLMsg) > 0 {
msg += fmt.Sprintf("\n%s", event.LogsURLMsg)
msg += fmt.Sprintf("%s", event.LogsURLMsg)
}
// Add message in the attachment if there is any
if len(additionalMsg) > 0 {