From 7eb5fd1ca91ab3cf0908220b366538a2ea2f0ba5 Mon Sep 17 00:00:00 2001 From: Mathias Baumann Date: Mon, 27 Jan 2020 18:28:23 +0100 Subject: [PATCH] Appveyor: Prevent git from warning on std out --- scripts/bytecodecompare/storebytecode.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/bytecodecompare/storebytecode.bat b/scripts/bytecodecompare/storebytecode.bat index 996b0e72a..5aad801c4 100644 --- a/scripts/bytecodecompare/storebytecode.bat +++ b/scripts/bytecodecompare/storebytecode.bat @@ -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