We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am experiencing a bug in gitpod tasks. Quotation marks are added to the environment variables specified in .gitpod.yml file.
.gitpod.yml
https://github.com/hatchways/messenger-starter
echo $DATABASE_URL
$DATABASE_URL should be postgres://localhost/postgres, not "postgres://localhost/postgres".
$DATABASE_URL
postgres://localhost/postgres
"postgres://localhost/postgres"
No response
The text was updated successfully, but these errors were encountered:
Related discussion on forum: https://community.gitpod.io/t/quotation-marks-are-added-to-environment-variables/5154
Sorry, something went wrong.
I am seeing the same issue. This is the only convenient way to set environment variables en-masse, and it's not working.
This looks like a regression introduced in: #5719 I'll take a look into it and raise a PR.
gulp migrate
loujaybee
Successfully merging a pull request may close this issue.
Bug description
I am experiencing a bug in gitpod tasks.
Quotation marks are added to the environment variables specified in
.gitpod.yml
file.Steps to reproduce
https://github.com/hatchways/messenger-starter
echo $DATABASE_URL
in the failed "Backend" terminal.Expected behavior
$DATABASE_URL
should bepostgres://localhost/postgres
, not"postgres://localhost/postgres"
.Example repository
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: