Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bake#ReadRecords errors on non-bake records #521

Open
mamachanko opened this issue Feb 3, 2025 · 0 comments
Open

bake#ReadRecords errors on non-bake records #521

mamachanko opened this issue Feb 3, 2025 · 0 comments
Labels

Comments

@mamachanko
Copy link

Describe the bug

bake#ReadRecords errors on non-bake records, e.g. the conventional .gitkeep or .gitignore or any other non-bake record

Reproduction steps

  1. touch ./bake_records/.gitkeep
  2. run [bake#ReadRecords](https://pkg.go.dev/github.com/pivotal-cf/[email protected]/pkg/bake#ReadRecords) against ./bake_records
  3. it errors

Expected behavior

  1. touch ./bake_records/.gitkeep
  2. run [bake#ReadRecords](https://pkg.go.dev/github.com/pivotal-cf/[email protected]/pkg/bake#ReadRecords) against ./bake_records
  3. it lists versions contained in ./bake_records

Additional context

No response

@mamachanko mamachanko added the bug label Feb 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant