summaryrefslogtreecommitdiff
path: root/findNext.go
diff options
context:
space:
mode:
Diffstat (limited to 'findNext.go')
-rw-r--r--findNext.go6
1 files changed, 6 insertions, 0 deletions
diff --git a/findNext.go b/findNext.go
index 304291d..e56dd9c 100644
--- a/findNext.go
+++ b/findNext.go
@@ -74,6 +74,12 @@ func findNext() bool {
}
log.Info("CHECKING START:", check.GetGoPath())
+ if me.forge.Config.IsPrivate(check.GetGoPath()) {
+ log.Info("GOOD TO GO ON PRIVATE REPO", check.GetGoPath())
+ setCurrentRepo(check, "should be good to release", "pretty sure")
+ return true
+ }
+
godepsNew, err := check.GoSumFromRepo()
if err != nil {
log.Info("CHECKING go deps from repo failed", err)