fix-ci-no-proxy
This commit is contained in:
@@ -26,6 +26,10 @@ jobs:
|
||||
https_proxy: "http://127.0.0.1:7890"
|
||||
HTTP_PROXY: "http://127.0.0.1:7890"
|
||||
HTTPS_PROXY: "http://127.0.0.1:7890"
|
||||
|
||||
# 【关键修正】添加 NO_PROXY,让内网 IP 不走代理
|
||||
NO_PROXY: "localhost,127.0.0.1,192.168.0.0/16,10.0.0.0/8,172.16.0.0/12,gittea.eazygame.cn,.eazygame.cn"
|
||||
no_proxy: "localhost,127.0.0.1,192.168.0.0/16,10.0.0.0/8,172.16.0.0/12,gittea.eazygame.cn,.eazygame.cn"
|
||||
steps:
|
||||
|
||||
- name: Checkout
|
||||
|
||||
Reference in New Issue
Block a user