copr-frontend: temporary hotfix - do not upgrade db to head

This commit is contained in:
clime 2017-12-18 14:41:16 +01:00
parent 1f23f09ac4
commit e8f6c7f76d

View file

@ -60,12 +60,12 @@
- import_tasks: "psql_setup.yml"
- name: upgrade db to head
command: alembic upgrade head
become: yes
become_user: copr-fe
args:
chdir: /usr/share/copr/coprs_frontend/
#- name: upgrade db to head
# command: alembic upgrade head
# become: yes
# become_user: copr-fe
# args:
# chdir: /usr/share/copr/coprs_frontend/
- name: set up admins
command: ./manage.py alter_user --admin {{ item }}