aboutsummaryrefslogtreecommitdiffstats
path: root/coin/provisioning/common/windows/fbx_windows.ps1
diff options
context:
space:
mode:
authorTony Sarajärvi <tony.sarajarvi@qt.io>2023-03-20 12:10:13 +0000
committerTony Sarajärvi <tony.sarajarvi@qt.io>2023-06-12 12:10:26 +0000
commit58ddf7133c768542e9029938644d7a8a6aaf5aac (patch)
tree7094fe43c152680e812bea93d5ff18e56d20c253 /coin/provisioning/common/windows/fbx_windows.ps1
parentbb13b7dadf96707f441daed3f33fddcc7b84a844 (diff)
Correct the domain of ci-files01-hki
It's hasn't been .intra.qt.io for quite some time, it has worked through an alias we have on the DNS server. Change-Id: I0bc17668dacfea64c276bb553e75e4be16e97659 Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io> Reviewed-by: Matti Paaso <matti.paaso@qt.io>
Diffstat (limited to 'coin/provisioning/common/windows/fbx_windows.ps1')
-rw-r--r--coin/provisioning/common/windows/fbx_windows.ps12
1 files changed, 1 insertions, 1 deletions
diff --git a/coin/provisioning/common/windows/fbx_windows.ps1 b/coin/provisioning/common/windows/fbx_windows.ps1
index 0daebb87..dba9a7c5 100644
--- a/coin/provisioning/common/windows/fbx_windows.ps1
+++ b/coin/provisioning/common/windows/fbx_windows.ps1
@@ -46,7 +46,7 @@ $version = "2016.1.2"
$name = "fbx20161_2_fbxsdk_vs2015_win_nospace"
$packageName = "$name.7z"
$installerName = "$name.exe"
-$cacheUrl = "\\ci-files01-hki.intra.qt.io\provisioning\fbx\$packageName"
+$cacheUrl = "\\ci-files01-hki.ci.qt.io\provisioning\fbx\$packageName"
$sha1 = "de80edc255ffd5ce86ba25869dad72b4c809fd41"
# The executable is an interactive installer only. We can't run it in a script silently.