Skip to content

Remove needless variables from build.env

Tim Jaacks requested to merge remove-needless-variables into master

There were three variables set in build.env of which the values are already known in the environment for all jobs, because they are passed from the parent pipeline. Use the original variables instead of defining new ones.

Merge request reports