mirror of
https://github.com/harness/drone.git
synced 2025-05-03 20:21:25 +08:00
prevent empty started timestamp
This commit is contained in:
parent
f036fcb07c
commit
2f86f50004
@ -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 New Issue
Block a user