Merge pull request #6082 from owncloud/proxy-build

use proxy for build step
This commit is contained in:
Michael Barz authored and GitHub committed 2023-04-19 16:41:34 +02:00
commit 08ac6806af
1 file changed
+8
+8
View File
@@ -2225,6 +2225,14 @@ def build():
"commands": [
"retry -t 3 'make -C ocis build'",
],
"environment": {
"HTTP_PROXY": {
"from_secret": "drone_http_proxy",
},
"HTTPS_PROXY": {
"from_secret": "drone_http_proxy",
},
},
"volumes": [stepVolumeGo],
},
]