You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our current method for setting environment variables for CI and local development are a bit entangled. For example, we set the DISABLE_TELEMETRY in our test workflow here:
Our current method for setting environment variables for CI and local development are a bit entangled. For example, we set the
DISABLE_TELEMETRY
in our test workflow here:lilypad/.github/workflows/test.yml
Lines 45 to 48 in c2c4a11
But the
compose-up
command overrides the variable by callingcompose-env
:lilypad/stack
Lines 33 to 37 in c2c4a11
lilypad/stack
Lines 11 to 14 in c2c4a11
Let's do a quick audit to clean up these environments and separate the local development and CI environments.
The text was updated successfully, but these errors were encountered: