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"
|
- import_tasks: "psql_setup.yml"
|
||||||
|
|
||||||
- name: upgrade db to head
|
#- name: upgrade db to head
|
||||||
command: alembic upgrade head
|
# command: alembic upgrade head
|
||||||
become: yes
|
# become: yes
|
||||||
become_user: copr-fe
|
# become_user: copr-fe
|
||||||
args:
|
# args:
|
||||||
chdir: /usr/share/copr/coprs_frontend/
|
# chdir: /usr/share/copr/coprs_frontend/
|
||||||
|
|
||||||
- name: set up admins
|
- name: set up admins
|
||||||
command: ./manage.py alter_user --admin {{ item }}
|
command: ./manage.py alter_user --admin {{ item }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue