From 8967837155bfd06b416057da5f3a4aa3cf3a825c Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Thu, 28 Nov 2024 11:46:48 +0100 Subject: [PATCH] ci(azure-pipelines): try http(s) proxy without password --- azure-pipelines.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yaml b/azure-pipelines.yaml index edf6a1db3..3dff257b8 100644 --- a/azure-pipelines.yaml +++ b/azure-pipelines.yaml @@ -38,8 +38,8 @@ jobs: $(Build.BuildNumber) backend env: - HTTPS_PROXY: 'http://FUBLD01:$(FUBLD01_PWD)@proxy.frankfurt-airport.de:8080' - HTTP_PROXY: 'http://FUBLD01:$(FUBLD01_PWD)@proxy.frankfurt-airport.de:8080' + HTTPS_PROXY: 'http://proxy.frankfurt-airport.de:8080' + HTTP_PROXY: 'http://proxy.frankfurt-airport.de:8080' NO_PROXY: 'localhost,127.0.0.1,*.docker.internal,*.azmk8s.io,devfra.azurecr.io,devfra.westeurope.data.azurecr.io' # - job: BuildKitTest # container: