Skip to content
Snippets Groups Projects
Verified Commit ff92d400 authored by Ansgar Burchardt's avatar Ansgar Burchardt
Browse files

also export proxy variables in capitals

parent b3e71511
No related branches found
No related tags found
No related merge requests found
Pipeline #2322 failed
......@@ -11,7 +11,7 @@ options=(
-v /srv/gitlab-runner/config:/etc/gitlab-runner
)
for v in ftp_proxy http_proxy https_proxy no_proxy; do
for v in ftp_proxy http_proxy https_proxy no_proxy FTP_PROXY HTTP_PROXY HTTPS_PROXY NO_PROXY; do
if [ -v ${v} ]; then
options+=(-e ${v}="${!v}")
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment