From edcd42336e95658463f9a197a6d40529faf759f0 Mon Sep 17 00:00:00 2001 From: Martin Rotter Date: Thu, 25 Aug 2016 08:39:08 +0200 Subject: [PATCH] Appveyor. --- .appveyor.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index 00643f86d..9fc0f672d 100755 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -27,7 +27,8 @@ build_script: on_success: - dir - cd ..\rssguard - - git checkout origin/build-artifacts + - git fetch + - git checkout build-artifacts - git config --global credential.helper store - ps: Add-Content "$env:USERPROFILE\.git-credentials" "https://$($env:access_token):x-oauth-basic@github.com`n" - git config --global user.email "rotter.martinos@gmail.com"