Skip to content

quote strings to prevent conversion to boolean #387

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

Merged
merged 1 commit into from
Apr 12, 2023

Conversation

cat5inthecradle
Copy link
Contributor

Because of this issue: aws/aws-cli#7805

We are seeing "Y" and "N" strings get converted to booleans if not quoted. This change puts them in quotes to avoid the problem.

Other solutions are:

  1. wait for codebuild to update the cli version used in this instance type
  2. manually update the aws cli during build

@cat5inthecradle cat5inthecradle merged commit 295d229 into main Apr 12, 2023
@cat5inthecradle cat5inthecradle deleted the quote-booleanish-strings branch April 12, 2023 03:45
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