diff --git a/.woodpecker.star b/.woodpecker.star index 9fdc997a6e..ba6c00b778 100644 --- a/.woodpecker.star +++ b/.woodpecker.star @@ -365,12 +365,12 @@ MINIO_MC_ENV = { } CI_HTTP_PROXY_ENV = { - "HTTP_PROXY": { - "from_secret": "ci_http_proxy", - }, - "HTTPS_PROXY": { - "from_secret": "ci_http_proxy", - }, + # "HTTP_PROXY": { + # "from_secret": "ci_http_proxy", + # }, + # "HTTPS_PROXY": { + # "from_secret": "ci_http_proxy", + # }, } def pipelineDependsOn(pipeline, dependant_pipelines):