mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
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:
commit
c5fbf23faa
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user