From ca63e6ff89195b6d2091f5d27bf5dbca1cca7d51 Mon Sep 17 00:00:00 2001 From: itsmattkc Date: Fri, 24 Jan 2020 13:12:14 +1100 Subject: [PATCH] appveyor: don't build continuous and follow redirects when downloading --- appveyor-build.bat | 2 +- appveyor.yml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/appveyor-build.bat b/appveyor-build.bat index f2c92cb02..877a31e18 100644 --- a/appveyor-build.bat +++ b/appveyor-build.bat @@ -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 diff --git a/appveyor.yml b/appveyor.yml index 18b9df5e4..56dd0f637 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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