CI: route downloads through internal proxy
Build / build (push) Failing after 4m39s

This commit is contained in:
Nghtly
2026-07-04 18:06:37 +03:00
parent 6258df003f
commit 2d1c9963e9
2 changed files with 24 additions and 0 deletions
+12
View File
@@ -4,6 +4,18 @@ on:
push:
tags: ['v*']
env:
http_proxy: http://172.21.5.18:1080
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
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
jobs:
release:
runs-on: ubuntu-latest