ci(azure-pipelines): try http(s) proxy without password

This commit is contained in:
Sarah Vaupel 2024-11-28 11:46:48 +01:00
parent fc68777826
commit 8967837155

View File

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