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

fix #342: improve version file parsing and error handling #343

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

d-walsh
Copy link

@d-walsh d-walsh commented Dec 31, 2024

Resolves Issue #342

revert: restore original version filtering logic

cleanup: remove debug output

fix: strip quotes from version number

fix: simplify version filtering and add debug output

fix: update yq command syntax
Comment on lines +121 to +122
# Strip quotes from version
VERSION=$(echo "$VERSION_RAW" | tr -d '"')
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

When are there quotes in output returned by yq?

I'm trying to understand what are the error conditions that this PR fixes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants