notsure why this stalled without this line
This commit is contained in:
parent
bfa63cac22
commit
6add3f9982
|
@ -62,6 +62,7 @@ func rillPurge(repo *gitpb.Repo) error {
|
||||||
}
|
}
|
||||||
|
|
||||||
func rillRestore(repo *gitpb.Repo) error {
|
func rillRestore(repo *gitpb.Repo) error {
|
||||||
|
log.Info("go-mod-clean --smart", repo.GetGoPath())
|
||||||
if me.forge.Config.IsReadOnly(repo.GetGoPath()) {
|
if me.forge.Config.IsReadOnly(repo.GetGoPath()) {
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue