coder / envbuilder

Build development environments from a Dockerfile on Docker, Kubernetes, and OpenShift. Enable developers to modify their development environment quickly.
Apache License 2.0
111 stars 23 forks source link

fix: fix unsetOptionsEnv, add integration test #242

Closed johnstcn closed 4 weeks ago

johnstcn commented 4 weeks ago

Introduced in https://github.com/coder/envbuilder/pull/140

Updates unsetOptionsEnv to use the correct value and adds an integration test to ensure envs are unset in init script.