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"
|
||||
- redis
|
||||
- pxz
|
||||
- python-alembic
|
||||
- python3-alembic
|
||||
tags:
|
||||
- packages
|
||||
|
||||
|
@ -65,7 +65,7 @@
|
|||
- import_tasks: "psql_setup.yml"
|
||||
|
||||
- name: upgrade db to head
|
||||
command: alembic upgrade head
|
||||
command: python3-alembic upgrade head
|
||||
become: yes
|
||||
become_user: copr-fe
|
||||
args:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue