This commit is contained in:
Jeff Carr 2025-09-12 16:02:14 -05:00
parent dca25f2425
commit 03daf07ec2
2 changed files with 0 additions and 2 deletions

View File

@ -91,7 +91,6 @@ func rillRestore(repo *gitpb.Repo) error {
func rePrepareRelease() { func rePrepareRelease() {
// reload the config // reload the config
// me.forge = forgepb.Init()
me.forge.ScanGoSrc() me.forge.ScanGoSrc()
me.found = new(gitpb.Repos) me.found = new(gitpb.Repos)
me.reason = make(map[*gitpb.Repo]string) // stores the reason repos need to be versioned & released me.reason = make(map[*gitpb.Repo]string) // stores the reason repos need to be versioned & released

View File

@ -168,7 +168,6 @@ func skipToNext() error {
shell.RunVerbose([]string{"forge", "dirty"}) shell.RunVerbose([]string{"forge", "dirty"})
log.Info("Sleeping for 3 seconds. Forge file should have been rewritten") log.Info("Sleeping for 3 seconds. Forge file should have been rewritten")
time.Sleep(3) time.Sleep(3)
// me.forge = forgepb.Init()
me.forge.ScanGoSrc() me.forge.ScanGoSrc()
me.found = new(gitpb.Repos) me.found = new(gitpb.Repos)