Appveyor: Prevent git from warning on std out

This commit is contained in:
Mathias Baumann 2020-01-27 18:28:23 +01:00
parent cebca57ac2
commit 7eb5fd1ca9

View File

@ -37,7 +37,7 @@ git clean -f -d -x 2>&1
if not exist %DIRECTORY% mkdir %DIRECTORY%
set REPORT=%DIRECTORY%/windows.txt
cp ../report.txt %REPORT%
git add %REPORT%
git add %REPORT% 2>$1
git commit -a -m "Added report."
git pull --rebase 2>&1
git push origin 2>&1