Equal sign (=) being stripped out of ENV vars

It looks like ENV variables strip out equal signs. In the dashboard it’s correct sampleenv= but when using it’s sampleenv.

Hi Vincent,

Could you provide a bit more context, such as what type of service you’re running and where you’re seeing the equal sign stripped out? Or could you create a very simple repo that reproduces the issue?

I was unable to reproduce this yet. I see the equal sign everywhere I’m putting an ENV variable in my code. As a simple experiment, you could set your build command to echo $<YOUR_ENV_VARIABLE>; <YOUR BUILD COMMAND> and check the output in your logs. If you did that and printed the variable out a few other places throughout your code, that could help track down exactly where the equal sign gets removed.

Regards,

Matt

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.