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

ci: use jq for JSON parsing, avoid cut for querying version from tag #2168

Merged
merged 1 commit into from
Dec 21, 2024

Conversation

thican
Copy link
Contributor

@thican thican commented Dec 20, 2024

Based on recent job failure, I think this should be more reliable; it is not good practice to use text parsing tools (grep, sed, and more) for JSON parsing.
Based on other scripts, jq is already used elsewhere so let’s use it there too.

Also use variables TAG and VERSION for readability.

@daiyam
Copy link
Member

daiyam commented Dec 21, 2024

Oh, I see now the purpose of this PR... I didn't see the failures.
Weird, I didn't get any notifications.

@daiyam daiyam merged commit d0d0da1 into VSCodium:master Dec 21, 2024
27 checks passed
@daiyam
Copy link
Member

daiyam commented Dec 21, 2024

@thican Thx

@thican thican deleted the gh_install_with_jq branch December 21, 2024 02:29
@thican
Copy link
Contributor Author

thican commented Dec 21, 2024

Thanks you, @daiyam, and also all contributors for all this years on this project.

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