try without proxy

This commit is contained in:
Artur Neumann
2025-03-11 08:57:35 +05:45
parent 0bb869fad2
commit db0e7bdedc

View File

@@ -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):