diff options
Diffstat (limited to 'checkReady.go')
| -rw-r--r-- | checkReady.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/checkReady.go b/checkReady.go index a70da6a..1b5686e 100644 --- a/checkReady.go +++ b/checkReady.go @@ -18,6 +18,9 @@ func CheckReady() bool { lastS := release.current.status.GetLastTagVersion() log.Info("repo:", release.current.String(), goSumS, dirtyS, lastS) + if goSumS == "READY" { + return true + } if release.current.status.ReadOnly() { log.Info("\trepo is read only") return false |
