not sure
This commit is contained in:
parent
f789b58389
commit
4063e03108
|
@ -46,7 +46,7 @@ func checkNormalRepoState(repo *gitpb.Repo) error {
|
||||||
if repo.GetMasterBranchName() == "" {
|
if repo.GetMasterBranchName() == "" {
|
||||||
me.forge.VerifyBranchNames(repo)
|
me.forge.VerifyBranchNames(repo)
|
||||||
configSave = true
|
configSave = true
|
||||||
// log.Info("ABNORMAL: master branch name was blank in", repo.GetFullPath())
|
log.Info("ABNORMAL: master branch name was blank in", repo.GetFullPath())
|
||||||
}
|
}
|
||||||
if repo.GetMasterBranchName() == "" {
|
if repo.GetMasterBranchName() == "" {
|
||||||
return log.Errorf("master branch name blank")
|
return log.Errorf("master branch name blank")
|
||||||
|
|
Loading…
Reference in New Issue