fullAutomation() checking enabled

Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
Jeff Carr 2024-01-27 14:39:43 -06:00
parent 7bcbca3fce
commit 856b479edb
1 changed files with 3 additions and 1 deletions

View File

@ -204,7 +204,9 @@ func (rs *RepoStatus) runFullAutomation() bool {
log.Warn("Are these equal?")
if rs.newversion.String() == rs.targetReleaseVersion.String() {
log.Warn("THEY ARE EQUAL!")
// rs.runReleaseVersionB()
rs.runReleaseVersionB()
} else {
log.Warn("THEY ARE NOT EQUAL")
}
}
}