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

Force Environment Variables to be Strings #136

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

pickypg
Copy link
Contributor

@pickypg pickypg commented Nov 14, 2018

This forces any environment variables to be sent to GCF as strings, even if the value was supplied as a non-string (e.g., number).

This is necessary because GCF throws an error if it receives non-string values.

Fixes #128

@bao1018
Copy link
Collaborator

bao1018 commented Mar 25, 2020

@pickypg I think it is a good idea, can you rebase and fix the conflicts then I can move forward ? thanks

This forces any environment variables to be sent to GCF as strings,
even if the value was supplied as a non-string (e.g., number).
@pickypg
Copy link
Contributor Author

pickypg commented Oct 14, 2020

@bao1018 I've rebased and fixed the conflicts.

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.

Environment Variables need to force Strings
2 participants