old
This commit is contained in:
parent
f213d26ceb
commit
14fc461af8
4
main.go
4
main.go
|
@ -245,8 +245,8 @@ func main() {
|
|||
for repo, cmd := range failed {
|
||||
log.Info("failed cmd :", cmd, repo.GetGoPath())
|
||||
}
|
||||
me.forge.CheckoutUser()
|
||||
shell.Run([]string{"forge", "--find-private"})
|
||||
// me.forge.CheckoutUser()
|
||||
// shell.Run([]string{"forge", "--find-private"})
|
||||
badExit(errors.New("some repos failed"))
|
||||
}
|
||||
if argv.Test {
|
||||
|
|
Loading…
Reference in New Issue