copr-frontend: temporary hotfix - do not upgrade db to head
This commit is contained in:
parent
1f23f09ac4
commit
e8f6c7f76d
1 changed files with 6 additions and 6 deletions
|
@ -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 }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue