release-monitoring: Add listing of migrations to mid hook
Signed-off-by: Michal Konečný <mkonecny@redhat.com>
This commit is contained in:
parent
c304dace68
commit
d7ac247f6b
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ items:
|
|||
failurePolicy: Abort
|
||||
execNewPod:
|
||||
containerName: release-monitoring-web
|
||||
command: [ /bin/sh, -i, -c, "alembic-3 -c /etc/anitya/alembic.ini history; alembic-3 -c /etc/anitya/alembic.ini upgrade head" ]
|
||||
command: [ /bin/sh, -i, -c, "ls -l /usr/local/lib/python3.8/site-packages/anitya/db/migrations/versions/;alembic-3 -c /etc/anitya/alembic.ini history; alembic-3 -c /etc/anitya/alembic.ini upgrade head" ]
|
||||
volumes:
|
||||
- config-volume
|
||||
resources: {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue