mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-26 22:48:48 -06:00
use HTTP proxy for bingo-get
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user