prevent empty started timestamp

This commit is contained in:
Brad Rydzewski 2019-09-25 17:03:40 -07:00
parent f036fcb07c
commit 2f86f50004

View file

@ -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(),
}