mirror of
https://github.com/semaphoreui/semaphore.git
synced 2025-01-20 15:29:28 +01:00
Add task template name to log too
This commit is contained in:
parent
f186fea9eb
commit
4cf992c3e9
@ -84,7 +84,8 @@ func (t *task) run() {
|
||||
panic(err)
|
||||
}
|
||||
|
||||
t.log("Started: " + strconv.Itoa(t.task.ID) + "\n")
|
||||
t.log("Started: " + strconv.Itoa(t.task.ID))
|
||||
t.log("Run task with template: " + t.template.Alias + "\n")
|
||||
|
||||
if err := t.installKey(t.repository.SshKey); err != nil {
|
||||
t.log("Failed installing ssh key for repository access: " + err.Error())
|
||||
|
Loading…
Reference in New Issue
Block a user