copr-frontend: fix alembic invocation
* see https://bugzilla.redhat.com/show_bug.cgi?id=1536058
This commit is contained in:
parent
c50aa8746f
commit
f278a47117
1 changed files with 2 additions and 2 deletions
|
@ -24,7 +24,7 @@
|
||||||
- "mod_ssl"
|
- "mod_ssl"
|
||||||
- redis
|
- redis
|
||||||
- pxz
|
- pxz
|
||||||
- python-alembic
|
- python3-alembic
|
||||||
tags:
|
tags:
|
||||||
- packages
|
- packages
|
||||||
|
|
||||||
|
@ -65,7 +65,7 @@
|
||||||
- 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: python3-alembic upgrade head
|
||||||
become: yes
|
become: yes
|
||||||
become_user: copr-fe
|
become_user: copr-fe
|
||||||
args:
|
args:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue