CI: bypass proxy for the internal git host
Build / build (push) Failing after 3h11m7s

This commit is contained in:
Nghtly
2026-07-04 18:27:36 +03:00
parent 2d1c9963e9
commit 6e3de2716c
2 changed files with 6 additions and 6 deletions
+3 -3
View File
@@ -10,12 +10,12 @@ env:
https_proxy: http://172.21.5.18:1080
HTTP_PROXY: http://172.21.5.18:1080
HTTPS_PROXY: http://172.21.5.18:1080
no_proxy: git.mcbcorp.ru,localhost,127.0.0.1
NO_PROXY: git.mcbcorp.ru,localhost,127.0.0.1
no_proxy: 192.168.88.60,git.mcbcorp.ru,localhost,127.0.0.1
NO_PROXY: 192.168.88.60,git.mcbcorp.ru,localhost,127.0.0.1
GRADLE_OPTS: >-
-Dhttp.proxyHost=172.21.5.18 -Dhttp.proxyPort=1080
-Dhttps.proxyHost=172.21.5.18 -Dhttps.proxyPort=1080
-Dhttp.nonProxyHosts=git.mcbcorp.ru|localhost|127.0.0.1
-Dhttp.nonProxyHosts=192.168.88.60|git.mcbcorp.ru|localhost|127.0.0.1
jobs:
build:
+3 -3
View File
@@ -9,12 +9,12 @@ env:
https_proxy: http://172.21.5.18:1080
HTTP_PROXY: http://172.21.5.18:1080
HTTPS_PROXY: http://172.21.5.18:1080
no_proxy: git.mcbcorp.ru,localhost,127.0.0.1
NO_PROXY: git.mcbcorp.ru,localhost,127.0.0.1
no_proxy: 192.168.88.60,git.mcbcorp.ru,localhost,127.0.0.1
NO_PROXY: 192.168.88.60,git.mcbcorp.ru,localhost,127.0.0.1
GRADLE_OPTS: >-
-Dhttp.proxyHost=172.21.5.18 -Dhttp.proxyPort=1080
-Dhttps.proxyHost=172.21.5.18 -Dhttps.proxyPort=1080
-Dhttp.nonProxyHosts=git.mcbcorp.ru|localhost|127.0.0.1
-Dhttp.nonProxyHosts=192.168.88.60|git.mcbcorp.ru|localhost|127.0.0.1
jobs:
release: