Skip to content

Commit

Permalink
Merge pull request #2927 from spiffxp/fix-kepctl-loading
Browse files Browse the repository at this point in the history
pkg/repo: only parse kep.yaml files as KEPs
k8s-ci-robot authored Sep 1, 2021

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
2 parents 13ee3df + 53f8ed6 commit bc5b09f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/repo/repo.go
Original file line number Diff line number Diff line change
@@ -242,8 +242,6 @@ func (r *Repo) findLocalKEPMeta(sig string) ([]string, error) {
return nil
}

logrus.Debugf("adding %s as KEP metadata", info.Name())
keps = append(keps, path)
return nil
},
)

0 comments on commit bc5b09f

Please sign in to comment.