remove db setup from copr-frontend main.yml for incompatibility with alembic upgrade head
This commit is contained in:
parent
5463c97775
commit
59605d064c
1 changed files with 0 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue