From 5f2b2976b214a408ae369129d7ca07c617ba0a70 Mon Sep 17 00:00:00 2001 From: Michael Barz Date: Fri, 29 Sep 2023 08:52:43 +0200 Subject: [PATCH] use HTTP proxy for bingo-get --- .drone.star | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.drone.star b/.drone.star index 2c99d4df8..9103121cb 100644 --- a/.drone.star +++ b/.drone.star @@ -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",