Pull before pushing to bytecode (as on *ix).

This commit is contained in:
chriseth 2018-07-05 12:18:43 +02:00
parent b1ab81ef22
commit 0e12903094

View File

@ -39,4 +39,5 @@ set REPORT=%DIRECTORY%/windows.txt
cp ../report.txt %REPORT%
git add %REPORT%
git commit -a -m "Added report."
git pull --rebase
git push origin 2>&1