Fix status
This commit is contained in:
parent
eb79bc4fbc
commit
8782af6428
@ -119,7 +119,7 @@ func processStatus(ctx context.Context) {
|
||||
return true
|
||||
}
|
||||
item.Source.Packages.Iter(func(k string, v domain.PackageInfo) bool {
|
||||
v.Status = domain.Built
|
||||
v.Status = domain.Current
|
||||
v.LastBuildStatus = domain.Built
|
||||
v.Version = item.BuildVersion
|
||||
v.NewVersion = ""
|
||||
|
Loading…
Reference in New Issue
Block a user