ci(azure-pipelines): set http/https proxy env variables
This commit is contained in:
parent
a2bd5c35c8
commit
9df3b18680
@ -37,6 +37,10 @@ jobs:
|
||||
tags: |
|
||||
$(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'
|
||||
NO_PROXY: 'localhost,127.0.0.1,*.docker.internal,*.azmk8s.io,devfra.azurecr.io,devfra.westeurope.data.azurecr.io'
|
||||
# - job: BuildKitTest
|
||||
# container:
|
||||
# image: 'devfra.azurecr.io/de.fraport.trusted/buildkit:0.12.1'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user