use HTTP proxy for bingo-get

This commit is contained in:
Michael Barz
2023-09-29 08:52:43 +02:00
parent b7e3f2a718
commit 5f2b2976b2
+8
View File
@@ -414,6 +414,14 @@ def cacheGoBin():
"make bingo-update",
],
"volumes": [stepVolumeGo],
"environment": {
"HTTP_PROXY": {
"from_secret": "drone_http_proxy",
},
"HTTPS_PROXY": {
"from_secret": "drone_http_proxy",
},
},
},
{
"name": "archive-go-bin",