-
Notifications
You must be signed in to change notification settings - Fork 134
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
Panic during deploy if integer environment variable present #422
Comments
Full log is here:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I had the following in my yml file, I assume I can get around this by just quoting the number, which I have done. I'm writing this as I wait for it to redeploy
This resulted in "panic: interface conversion: interface {} is int, not string" while deploying to acceptance environment
The text was updated successfully, but these errors were encountered: