quiet some output
This commit is contained in:
parent
009d8f3b9d
commit
a7c5499221
|
@ -280,10 +280,10 @@ func (rs *RepoStatus) BranchExists(branch string) bool {
|
|||
for i, t := range rs.Tags.tags {
|
||||
base := filepath.Base(t.tag.String())
|
||||
if base == branch {
|
||||
log.Info("found tag:", i, t.tag.String())
|
||||
log.Info("found branch tag:", i, t.tag.String())
|
||||
return true
|
||||
}
|
||||
log.Info("not tag:", i, t.tag.String())
|
||||
// log.Info("not tag:", i, t.tag.String())
|
||||
}
|
||||
log.Log(REPOWARN, rs.Path(), "did not find branch", branch)
|
||||
return false
|
||||
|
|
Loading…
Reference in New Issue