azure: follow redirections when downloading from github

This commit is contained in:
Wolfgang Thaller 2019-09-29 09:46:54 +02:00
parent faa7e5964b
commit 002ba77d48
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ jobs:
displayName: 'build'
- script: |
cd build
curl -O https://github.com/autc04/executor/releases/download/v0.1.0/Executor2000-0.1.0-Linux.tar.bz2
curl -L -O https://github.com/autc04/executor/releases/download/v0.1.0/Executor2000-0.1.0-Linux.tar.bz2
tar xfvj Executor2000-0.1.0-Linux.tar.bz2 Executor2000-0.1.0-Linux/bin/executor-headless
echo "executor-path=`pwd`/Executor2000-0.1.0-Linux/bin/executor-headless" > ~/.LaunchAPPL.cfg
echo "emulator=executor" >> ~/.LaunchAPPL.cfg