diff options
Diffstat (limited to 'doVerifyUser.go')
| -rw-r--r-- | doVerifyUser.go | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/doVerifyUser.go b/doVerifyUser.go index aa8305e..2f5cf5c 100644 --- a/doVerifyUser.go +++ b/doVerifyUser.go @@ -33,14 +33,16 @@ func doVerifyUser() error { log.Printf("Start clean devel branch: %s %s\n", repo.GetGoPath(), devel) } - // check if devel branch exists in remote repo - if repo.IsBranchRemote(devel) { - if err := doCleanDevelRepo(repo); err != nil { - log.Info(repo.GetGoPath(), "verify clean failed") + /* + // check if devel branch exists in remote repo + if repo.IsBranchRemote(devel) { + if err := doCleanDevelRepo(repo); err != nil { + log.Info(repo.GetGoPath(), "verify clean failed") + } + // can not continue + continue } - // can not continue - continue - } + */ // devel branch is only local /* todo: something? |
