appveyor: don't build continuous and follow redirects when downloading

This commit is contained in:
itsmattkc
2020-01-24 13:12:14 +11:00
parent 6a6587d3e3
commit ca63e6ff89
2 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -100,7 +100,7 @@ REM The previous if statements failed, skip to the end
GOTO end
:upload
curl https://github.com/probonopd/uploadtool/raw/master/upload.sh > upload.sh
curl -L https://github.com/probonopd/uploadtool/raw/master/upload.sh > upload.sh
bash upload.sh Olive*.zip
bash upload.sh Olive*.exe
+3
View File
@@ -1,4 +1,7 @@
version: "{build}"
branches:
except:
- continuous # Don't build the branch we create uploading to GitHub
image: Visual Studio 2017
environment:
TRAVIS_REPO_SLUG: olive-editor/olive