Provisioning: Move http_proxy.txt under shared folder

Change-Id: Id5b2f07a92eadfb21fbfdb3fb65621d6322dc8c4
Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
Reviewed-by: Frederik Gladhorn <frederik.gladhorn@qt.io>
This commit is contained in:
Heikki Halmet
2018-03-12 14:51:29 +02:00
committed by Liang Qi
parent 237b308d47
commit 23b4bcf6c5
3 changed files with 2 additions and 2 deletions

View File

@@ -33,7 +33,7 @@
#############################################################################
source "${BASH_SOURCE%/*}/try_catch.sh"
source "${BASH_SOURCE%/*}/../http_proxy.txt"
source "${BASH_SOURCE%/*}/../shared/http_proxy.txt"
try
(

View File

@@ -31,7 +31,7 @@
##
#############################################################################
$n = Get-Content "$PSScriptRoot\..\http_proxy.txt"
$n = Get-Content "$PSScriptRoot\..\shared\http_proxy.txt"
$n = $n.Split('=')
New-Variable -Name $n[0] -Value $n[1]