mirror of https://github.com/qt/qt5.git
Python: Unset proxy for python pip cert issues
Task-number: QTQAINFRA-6473 Change-Id: I43cfd0cba3fcdcd7acdf1d75ee2347dac8b77175 Reviewed-by: Dimitrios Apostolou <jimis@qt.io> (cherry picked from commit31774f9103
) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org> (cherry picked from commit09aa68b3de
)
This commit is contained in:
parent
6420235a69
commit
f621f59265
|
@ -5,6 +5,9 @@ $n = Get-Content "$PSScriptRoot\..\shared\http_proxy.txt"
|
|||
$n = $n.Split('=')
|
||||
New-Variable -Name $n[0] -Value $n[1]
|
||||
|
||||
Write-Host "Temporarily not setting proxy" # QTQAINFRA-6473
|
||||
$proxy = ""
|
||||
|
||||
if ([string]::IsNullOrEmpty($proxy)) {
|
||||
Write-Host "No proxy is defined."
|
||||
} else {
|
||||
|
|
Loading…
Reference in New Issue