From db0e7bdedcebd5746e6f992bc5d97a8ab2d55b77 Mon Sep 17 00:00:00 2001 From: Artur Neumann Date: Tue, 11 Mar 2025 08:57:35 +0545 Subject: [PATCH] try without proxy --- .woodpecker.star | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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):