Changeset - r24161:6a03a2a7db69
[Not reviewed]
master
0 1 0
frosch - 4 years ago 2020-05-03 16:45:58
frosch@openttd.org
Fix: OpenGFX download link did no longer work. (#8105)
1 file changed with 3 insertions and 3 deletions:
0 comments (0 inline, 0 general)
azure-pipelines/templates/ci-opengfx.yml
Show inline comments
 
steps:
 
- bash: |
 
    set -ex
 
    cd bin/baseset
 
    curl -L https://binaries.openttd.org/extra/opengfx/0.5.2/opengfx-0.5.2-all.zip > opengfx-0.5.2-all.zip
 
    unzip opengfx-0.5.2-all.zip
 
    rm -f opengfx-0.5.2-all.zip
 
    curl -L https://cdn.openttd.org/opengfx-releases/0.6.0/opengfx-0.6.0-all.zip  > opengfx-all.zip
 
    unzip opengfx-all.zip
 
    rm -f opengfx-all.zip
 
  displayName: 'Install OpenGFX'
0 comments (0 inline, 0 general)