mirror of
https://github.com/semaphoreui/semaphore.git
synced 2024-11-24 22:06:43 +01:00
Removed build task id from alert
This commit is contained in:
parent
7fddd34f73
commit
fcc32bac34
@ -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 = ""
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user