Skip to content

Commit

Permalink
bumper: Enable KSD auto bump
Browse files Browse the repository at this point in the history
Since go-git/go-git#484 is fixed,
go-git can fetch repos which it couldnt before.

Signed-off-by: Or Shoval <oshoval@redhat.com>
  • Loading branch information
oshoval committed May 28, 2023
1 parent 83b0eea commit 1c8baee
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tools/bumper/bumper.go
Expand Up @@ -50,10 +50,6 @@ func main() {

var failedComponents []string
for componentName, component := range componentsConfig.Components {
if componentName == "kube-secondary-dns" {
logger.Printf("~~Skipping %s because of known problem with go-git~~", componentName)
continue
}
logger.Printf("~~Checking if %s needs bumping~~", componentName)

err = printCurrentComponentParams(component)
Expand Down

0 comments on commit 1c8baee

Please sign in to comment.