Ensure working dir is in correct state for checks

Remove the cleanup so that the branch is in the correct state for the hanlde_results to look at the repository.

Change-Id: I94160a82600c15fe0b3acb6409f6837ea43c2312
This commit is contained in:
Joshua Hesketh 2013-12-05 13:06:09 -06:00
parent 99c285411d
commit 0df6286925

View File

@ -194,10 +194,6 @@ echo "Final schema version is $version"
if [ "%$NOCLEANUP%" == "%%" ]
then
# cleanup branches
git checkout master
git branch -D working
# Cleanup virtual env
echo "Cleaning up virtual env"
deactivate