prevent empty started timestamp
This commit is contained in:
parent
f036fcb07c
commit
2f86f50004
1 changed files with 1 additions and 0 deletions
|
@ -521,6 +521,7 @@ func (t *triggerer) createBuildError(ctx context.Context, repo *core.Repository,
|
|||
Sender: base.Sender,
|
||||
Created: time.Now().Unix(),
|
||||
Updated: time.Now().Unix(),
|
||||
Started: time.Now().Unix(),
|
||||
Finished: time.Now().Unix(),
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue