mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #8196 from ethereum/fix-appveyor
Attempt to fix appveyor
This commit is contained in:
commit
3ce1a957c4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user