[release-monitoring] Fix conversion error
cannot convert int64 to string Signed-off-by: Michal Konečný <mkonecny@redhat.com>
This commit is contained in:
parent
e4f4cbb21f
commit
470491ca51
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue