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

Quotation marks are added to environment variables #5887

Closed
0916dhkim opened this issue Sep 27, 2021 · 3 comments · Fixed by #6158
Closed

Quotation marks are added to environment variables #5887

0916dhkim opened this issue Sep 27, 2021 · 3 comments · Fixed by #6158
Assignees

Comments

@0916dhkim
Copy link

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

  1. Open this repository in gitpod.
  2. "Backend" task fails.
  3. Run echo $DATABASE_URL in the failed "Backend" terminal.

Expected behavior

$DATABASE_URL should be postgres://localhost/postgres, not "postgres://localhost/postgres".

Example repository

No response

Anything else?

No response

@pawlean
Copy link
Contributor

pawlean commented Sep 27, 2021

@restlessronin
Copy link

I am seeing the same issue. This is the only convenient way to set environment variables en-masse, and it's not working.

@loujaybee
Copy link
Member

This looks like a regression introduced in: #5719 I'll take a look into it and raise a PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants