Merge pull request #8196 from ethereum/fix-appveyor

Attempt to fix appveyor
This commit is contained in:
chriseth
2020-01-27 18:56:45 +01:00
committed by GitHub
+1 -1
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