Merge pull request #7337 from ethereum/appveyorFailure

Try to fix appveyor run by chaning bytecode pull output from stderr to stdout.
This commit is contained in:
chriseth
2019-09-04 12:40:33 +02:00
committed by GitHub
+1 -1
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