use HTTP proxy for bingo-get

This commit is contained in:
Michael Barz
2023-09-29 08:58:54 +02:00
parent 91e2b0ff20
commit eb299a2b4a

View File

@@ -418,6 +418,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",