[release-monitoring] Fix conversion error

cannot convert int64 to string

Signed-off-by: Michal Konečný <mkonecny@redhat.com>
This commit is contained in:
Michal Konečný 2023-04-26 16:15:19 +02:00
parent e4f4cbb21f
commit 470491ca51

View file

@ -206,7 +206,7 @@ items:
failurePolicy: Retry
execNewPod:
containerName: release-monitoring-web
command: [sleep, 1000]
command: [sleep, "1000"]
# command: [/bin/python3, -m alembic, -c /etc/anitya/alembic.ini, current | grep '(head)']
env:
- name: ANITYA_WEB_CONFIG