appveyor: don't build continuous and follow redirects when downloading
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user