oops
This commit is contained in:
parent
6342113c2a
commit
dfae92e3c3
|
@ -20,7 +20,10 @@ func (f *Forge) FinalGoDepsCheckOk(check *gitpb.Repo) bool {
|
||||||
}
|
}
|
||||||
// clear out the protobuf and rescan from the file
|
// clear out the protobuf and rescan from the file
|
||||||
check.GoDeps = nil
|
check.GoDeps = nil
|
||||||
check.ParseGoSum()
|
if ok, err := check.ParseGoSum(); ! ok {
|
||||||
|
log.Info("FinalGoDepsCheckOk() error", err)
|
||||||
|
return false
|
||||||
|
}
|
||||||
|
|
||||||
if check.GoDepsLen() == 0 {
|
if check.GoDepsLen() == 0 {
|
||||||
// this is a primitive
|
// this is a primitive
|
||||||
|
|
Loading…
Reference in New Issue