Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
buildworker: start: fix leaking BUILDWORKER_TLS env variable
I've noticed leakage of BUILDWORKER_TLS environment variable in build logs, so lets fix it in a generic way via new `cleanup_buildworker_env_variables()` by using Bash's parameter expansion and unset all environment variables starting with BUILDWORKER_ prefix. Signed-off-by: Petr Štetiar <[email protected]>
- Loading branch information