-
Notifications
You must be signed in to change notification settings - Fork 395
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
Error on deploy builds: unterminated quoted string #2720
Comments
My first thought was that we could surround the string with double quotes instead of single, e.g. For option b, one thing to be aware of is that the tag name is used as the deployment identifier if what is being deployed is a tag. Since BLT probably shouldn't limit tag name selection, we would still need to escape double and single quotes, as well as backslashes. So it seems like I just talked myself into option a. @danepowell, @grasmash, @mikemadison13 what're your thoughts here? EDIT: This may all be unnecessary. Going to try refactoring the current approach to instead use Robo's |
My system information:
It looks like the deployment identifier can have quotes in it that aren't escaped properly before writing to disk. I got this error recently on a Pipelines build:
The text was updated successfully, but these errors were encountered: