summaryrefslogtreecommitdiff
path: root/azure-pipelines
diff options
context:
space:
mode:
authorPatric Stout <truebrain@openttd.org>2019-01-20 19:44:05 +0100
committerPatric Stout <truebrain@openttd.org>2019-01-20 20:00:13 +0100
commit5ad73e402908fb80a7d6b99f8f4146ac204764dd (patch)
tree599a49edaac317e0b96012ab4289ee7371d83b44 /azure-pipelines
parente71f7cf2774168a1613985b1ad29e8a409e3c607 (diff)
downloadopenttd-5ad73e402908fb80a7d6b99f8f4146ac204764dd.tar.xz
Fix: [AzurePipelines] the repository OpenTTD-CF is renamed to CompileFarm
Diffstat (limited to 'azure-pipelines')
-rw-r--r--azure-pipelines/templates/windows-dependencies.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/azure-pipelines/templates/windows-dependencies.yml b/azure-pipelines/templates/windows-dependencies.yml
index 06f56e626..c6fc6e407 100644
--- a/azure-pipelines/templates/windows-dependencies.yml
+++ b/azure-pipelines/templates/windows-dependencies.yml
@@ -1,7 +1,7 @@
steps:
- bash: |
set -ex
- curl -L https://github.com/OpenTTD/OpenTTD-CF/releases/download/latest/windows-dependencies.zip > windows-dependencies.zip
+ curl -L https://github.com/OpenTTD/CompileFarm/releases/download/latest/windows-dependencies.zip > windows-dependencies.zip
unzip windows-dependencies.zip
rm -f windows-dependencies.zip
displayName: 'Download dependencies'