mirror of
https://github.com/nold360/hive-apps
synced 2024-11-16 02:29:34 +00:00
fix(woodpecker): proxy env
This commit is contained in:
parent
6293d9bc6a
commit
4eb49a7fd8
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue