fix(woodpecker): proxy env

This commit is contained in:
nold 2022-11-23 20:13:12 +01:00
parent 6293d9bc6a
commit 4eb49a7fd8

View file

@ -14,10 +14,10 @@ env:
WOODPECKER_GITHUB: "true"
#WOODPECKER_REPO_OWNERS: "nold360"
HTTP_PROXY: http://proxy-squid.proxy.svc.cluster.local
HTTPS_PROXY: http://proxy-squid.proxy.svc.cluster.local
http_proxy: http://proxy-squid.proxy.svc.cluster.local
https_proxy: http://proxy-squid.proxy.svc.cluster.local
HTTP_PROXY: http://proxy-squid.proxy.svc.cluster.local:80
HTTPS_PROXY: http://proxy-squid.proxy.svc.cluster.local:80
http_proxy: http://proxy-squid.proxy.svc.cluster.local:80
https_proxy: http://proxy-squid.proxy.svc.cluster.local:80
NO_PROXY: localhost,.cluster.local
no_proxy: localhost,.cluster.local