mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-04 11:19:39 -06:00
use a proxy for the go-generate step
This commit is contained in:
@@ -2007,6 +2007,14 @@ def makeGoGenerate(module):
|
||||
"commands": [
|
||||
"retry -t 3 '%s ci-go-generate'" % (make),
|
||||
],
|
||||
"environment": {
|
||||
"HTTP_PROXY": {
|
||||
"from_secret": "drone_http_proxy",
|
||||
},
|
||||
"HTTPS_PROXY": {
|
||||
"from_secret": "drone_http_proxy",
|
||||
},
|
||||
},
|
||||
"volumes": [stepVolumeGo],
|
||||
},
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user