Commits

Yannick Heinrich committed 61bdff3e9c2
Add https and http proxy support for fetch (#400) * Add https and http proxy support for fetch Let swift build be aware of the http proxy variables. * Only use the proxy vars for fetch As suggested before, only the proxy variables are injected for the fetch process. * Copy environment variable for clone As suggested in the last comment, we copy the complete environment for clone. * Remove unused function Remove the unused readEnvironmentVariables function Removed useless line breaks