Try to fix appveyor run by chaning bytecode pull output from stderr to stdout.

This commit is contained in:
Daniel Kirchner 2019-09-04 10:57:01 +02:00
parent dce52509b4
commit ef407ea896

View File

@ -39,5 +39,5 @@ set REPORT=%DIRECTORY%/windows.txt
cp ../report.txt %REPORT%
git add %REPORT%
git commit -a -m "Added report."
git pull --rebase
git pull --rebase 2>&1
git push origin 2>&1