toradex / vscode-torizon-templates

VS Code Torizon Integrated Development Environment Templates
MIT License
14 stars 20 forks source link

checkCIEnv.ps1: Fix script not allowing specific env vars to be empty #181

Closed andreriesco closed 5 months ago

andreriesco commented 5 months ago

This commid adds the possibility to have empty environment variables, if they are specified in the $_envVarEmptyAllowed variable in this script. For now, the only one added is DOCKER_REGISTRY

microhobby commented 5 months ago

I only fixed the code style, LGTM