avoid documentfind rebuild before document db migration

This commit is contained in:
j 2017-02-28 20:42:53 +01:00
parent 50f6c33159
commit 2cd3653def
1 changed files with 1 additions and 3 deletions

View File

@ -220,8 +220,6 @@ if __name__ == "__main__":
run('./bin/pip', 'install', '-r', 'requirements.txt')
update_service('pandora-encoding')
update_service('pandora-tasks')
if old <= 5673:
run('./pandora/manage.py', 'rebuild_documentfind')
else:
if len(sys.argv) == 1:
release = get_release()