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: case sensitivity issue in extensions retrieval #91

Merged
merged 1 commit into from
Aug 4, 2024
Merged

Conversation

mcanouil
Copy link
Owner

@mcanouil mcanouil commented Aug 4, 2024

This pull request fixes #90 where the GitHub Actions (GHA) workflow was retrieving extensions from quarto.org in a case-sensitive manner. The patch modifies the quarto-web.yml file to use a case-insensitive grep command (grep -Fvxi) when comparing the extensions in the quarto-extensions.csv and quarto-web-extensions.csv files.

@mcanouil mcanouil added the Type: CI/CD 🤖 Issues related to continuous integration and deployment label Aug 4, 2024
@mcanouil mcanouil self-assigned this Aug 4, 2024
@mcanouil mcanouil merged commit 8557a41 into main Aug 4, 2024
3 checks passed
@mcanouil mcanouil deleted the fix/issue90 branch August 4, 2024 10:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: CI/CD 🤖 Issues related to continuous integration and deployment
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

GHA retrieving extensions from quarto.org is case sensitive
1 participant