Removed build task id from alert

This commit is contained in:
Prakyath Raj 2024-05-23 22:08:04 +05:30
parent 7fddd34f73
commit fcc32bac34

View File

@ -366,8 +366,6 @@ func (t *TaskRunner) alertInfos() (string, string) {
version = *t.Task.Version
} else if t.Task.GetIncomingVersion(t.pool.store) != nil {
version = "build " + *t.Task.GetIncomingVersion(t.pool.store)
} else if t.Task.BuildTaskID != nil {
version = "build " + strconv.Itoa(*t.Task.BuildTaskID)
} else {
version = ""
}