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

remove incorrect quoting of variable value #1046

Merged
merged 1 commit into from
May 6, 2022

Conversation

hotzevzl
Copy link
Member

@hotzevzl hotzevzl commented May 6, 2022

No description provided.

This being make, the original implementation caused the value of the
make variable COMPOSE_PROJECT_NAME to _include the surrounding
double-quotes_, and this _happened_ to work just because we were using
this variable in shell commands, where the quoting would be handled as
normal CLI quoting of a string. However, since we _also_ make this make
variable available as environment variable (through the `export` command
through which we set env vars from a dotenv file), this ended up
breaking things from Compose v2.4 through this change:
docker/compose#9332.
@vercel
Copy link

vercel bot commented May 6, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
marxan 🔄 Building (Inspect) May 6, 2022 at 3:24PM (UTC)
marxan-storybook 🔄 Building (Inspect) May 6, 2022 at 3:24PM (UTC)

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.

1 participant