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

Use single-quoted string so Windows file paths don't make YAML mad #69946

Merged

Conversation

mark-vieira
Copy link
Contributor

YAML interpret escape characters in double quoted strings. In the case of a Windows file path with backslashes, this poses a problem. Just use single-quoted strings here so we don't explode when parsing the elasticsearch.yml file on Windows.

Closes #69933

@mark-vieira mark-vieira added the :Delivery/Build Build or test infrastructure label Mar 4, 2021
@elasticmachine elasticmachine added the Team:Delivery Meta label for Delivery team label Mar 4, 2021
@elasticmachine
Copy link
Collaborator

Pinging @elastic/es-delivery (Team:Delivery)

Copy link
Contributor

@pugnascotia pugnascotia left a comment

Choose a reason for hiding this comment

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

Oh, Windows... LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:Delivery/Build Build or test infrastructure Team:Delivery Meta label for Delivery team v7.12.1 v7.13.0 v8.0.0-alpha1
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Rolling upgrade tests failing on Windows
4 participants