-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Labels
Description
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
touch ./bake_records/.gitkeep
- run
[bake#ReadRecords](https://pkg.go.dev/github.com/pivotal-cf/kiln@v0.102.0/pkg/bake#ReadRecords)
against ./bake_records - it errors
Expected behavior
touch ./bake_records/.gitkeep
- run
[bake#ReadRecords](https://pkg.go.dev/github.com/pivotal-cf/kiln@v0.102.0/pkg/bake#ReadRecords)
against ./bake_records - it lists versions contained in
./bake_records
Additional context
No response