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

Error: Deployment failed: CONDITION_NOT_MET #268

Open
glyphgitjembo opened this issue Jul 21, 2021 · 0 comments
Open

Error: Deployment failed: CONDITION_NOT_MET #268

glyphgitjembo opened this issue Jul 21, 2021 · 0 comments

Comments

@glyphgitjembo
Copy link

glyphgitjembo commented Jul 21, 2021

I have an environment variable value with leading zeroes ex: 0000123456789
When I try to deploy with value in quotes I get this
Error: Deployment failed: CONDITION_NOT_MET
error: instance type (number) does not match any allowed primitive type (allowed: ["string"])

If I set it without quotes, it will deploy but on GCP the value is now stripped of its leading zeroes ex: 123456789

How do I send this as a string and with my leading zeroes intact?

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

No branches or pull requests

1 participant