ci(azure-pipelines): try http(s) proxy without password
This commit is contained in:
parent
fc68777826
commit
8967837155
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user