test map for repos that have disappeared or are not working
This commit is contained in:
parent
a58234f82c
commit
4d221c5220
|
@ -80,6 +80,10 @@ func (f *Forge) checkOverride(gopath string) bool {
|
||||||
log.Info("checkOverride() is ignoring", gopath)
|
log.Info("checkOverride() is ignoring", gopath)
|
||||||
return true
|
return true
|
||||||
}
|
}
|
||||||
|
if gopath == "bou.ke/monkey" {
|
||||||
|
log.Info("checkOverride() is ignoring", gopath)
|
||||||
|
return true
|
||||||
|
}
|
||||||
if gopath == "github.com/posener/complete/v2" {
|
if gopath == "github.com/posener/complete/v2" {
|
||||||
log.Info("checkOverride() is ignoring", gopath)
|
log.Info("checkOverride() is ignoring", gopath)
|
||||||
return true
|
return true
|
||||||
|
|
Loading…
Reference in New Issue