output on failure
This commit is contained in:
parent
5325d874a8
commit
6890e68af3
|
@ -171,7 +171,9 @@ func (f *Forge) VerifyBranchNames(repo *gitpb.Repo) {
|
||||||
repo.SetUserBranchName(uname)
|
repo.SetUserBranchName(uname)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// log.Info("VerifyBranchNames", repo.GetMasterBranchName(), repo.GetDevelBranchName(), repo.GetUserBranchName())
|
if repo.GetUserBranchName() == "" || repo.GetDevelBranchName() == "" {
|
||||||
|
log.Infof("VerifyBranchNames() failed m=%s d=%s u=%s\n", repo.GetMasterBranchName(), repo.GetDevelBranchName(), repo.GetUserBranchName())
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// what name should be used for the user branch?
|
// what name should be used for the user branch?
|
||||||
|
|
Loading…
Reference in New Issue