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

Add shellwords to template rendering #2512

Merged
merged 1 commit into from
Apr 19, 2024

Conversation

jpalermo
Copy link
Member

Shellwords was previously required by eventmachine (we believe), so when that was removed, any release templates that were trying to use shellwords without requiring it started failing.

Errors seen in template rendering:

undefined method `shellescape' for "":String

Shellwords was previously required by eventmachine (we believe), so when that was
removed, any release templates that were trying to use shellwords without requiring it
started failing.

Signed-off-by: Joseph Palermo <joseph.palermo@broadcom.com>
@lnguyen
Copy link
Member

lnguyen commented Apr 19, 2024

LGTM

@lnguyen lnguyen merged commit 09fe39d into main Apr 19, 2024
4 checks passed
@lnguyen lnguyen deleted the pr-add-shellwords-to-template-rendering branch April 19, 2024 10:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging this pull request may close these issues.

3 participants