From b317ad80963fbba4e7723ab1f47a95efbcb88da2 Mon Sep 17 00:00:00 2001 From: Maurice Kalinowski Date: Wed, 23 May 2018 13:46:41 +0200 Subject: Remove hardcoded download path Previously all files got downloaded to a hardcoded path, including the username for the CI machines. Usually, it does not fit the username of a local development machine, complicating to reproduce bugs. Introduce Get-(Default)DownloadLocation functions in helpers to specify the default download location. This helps to run the provisioning scripts on a local machine. Change-Id: I761a92bf5e3e774358756a95dddb9a5d6ee54db9 Reviewed-by: Oliver Wolff --- coin/provisioning/qtci-windows-10-x86_64/05-qnx_700.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'coin/provisioning/qtci-windows-10-x86_64') diff --git a/coin/provisioning/qtci-windows-10-x86_64/05-qnx_700.ps1 b/coin/provisioning/qtci-windows-10-x86_64/05-qnx_700.ps1 index 991ccfa6..821c513e 100644 --- a/coin/provisioning/qtci-windows-10-x86_64/05-qnx_700.ps1 +++ b/coin/provisioning/qtci-windows-10-x86_64/05-qnx_700.ps1 @@ -35,7 +35,7 @@ # This script installs QNX SDP 7.0 -$zip = "c:\users\qt\downloads\qnx700.7z" +$zip = Get-DownloadLocation "qnx700.7z" $url = "http://ci-files01-hki.intra.qt.io/input/qnx/qnx700.7z" Download $url $url $zip -- cgit v1.2.3