From 082dd74bb0cb210f5f2dbf0fa394b7f33f2d5904 Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Thu, 28 Nov 2024 14:03:45 +0100 Subject: [PATCH] ci(azure-pipelines): proxy vars without parentheses --- azure-pipelines.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yaml b/azure-pipelines.yaml index 864cd0310..581e555da 100644 --- a/azure-pipelines.yaml +++ b/azure-pipelines.yaml @@ -38,8 +38,8 @@ jobs: $(Build.BuildNumber) backend arguments: | - --build-arg HTTPS_PROXY='http://proxy.frankfurt-airport.de:8080' - --build-arg HTTP_PROXY='http://proxy.frankfurt-airport.de:8080' + --build-arg HTTPS_PROXY=http://proxy.frankfurt-airport.de:8080 + --build-arg HTTP_PROXY=http://proxy.frankfurt-airport.de:8080 --build-arg NO_PROXY='localhost,127.0.0.1,*.docker.internal,*.azmk8s.io,devfra.azurecr.io,devfra.westeurope.data.azurecr.io' # - job: BuildKitTest # container: