From e244787e871ac13ec9ebdded2f655ec49f61746b Mon Sep 17 00:00:00 2001 From: Thom Wiggers Date: Thu, 18 Apr 2019 10:28:27 +0200 Subject: [PATCH] Try to fix Appveyor diff to master --- appveyor.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 72c69181..04bc1646 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -23,9 +23,10 @@ init: build_script: - git config --replace-all remote.origin.fetch +refs/heads/*:refs/remotes/origin/* - - git fetch + - git fetch --all - git checkout %APPVEYOR_REPO_BRANCH% - git reset --hard %APPVEYOR_REPO_COMMIT% + - git diff ..origin/master - python -m pip install -r requirements.txt - cd test # Download Astyle to local folder because putting it in PATH doesn't work