This filter removes environment variables with the specified name if they're defined from build steps supporting this.
The environment variable name is matched case-insensitively.
It is not recommended to remove environment variables that are required for basic shell, script, or tool functionality, such as HOME
or TMP
.