remove db setup from copr-frontend main.yml for incompatibility with alembic upgrade head

This commit is contained in:
clime 2016-09-07 14:55:48 +02:00
parent 5463c97775
commit 59605d064c

View file

@ -51,13 +51,6 @@
- include: "psql_setup.yml"
- name: populate db
command: ./manage.py create_db --alembic alembic.ini
become: yes
become_user: copr-fe
args:
chdir: /usr/share/copr/coprs_frontend/
- name: upgrade db to head
command: alembic upgrade head
become: yes