anitya/release-monitoring: show fedmsg-tail output in cronjob
Signed-off-by: Michal Konečný <mkonecny@redhat.com>
This commit is contained in:
parent
95a9857d40
commit
a820494554
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ spec:
|
|||
containers:
|
||||
- name: release-monitoring-web
|
||||
image: docker-registry.default.svc:5000/release-monitoring/release-monitoring-web:latest
|
||||
command: ["bash", "-c", "/usr/local/bin/anitya_cron.py"]
|
||||
command: ["bash", "-c", "/usr/local/bin/anitya_cron.py > /dev/null &; fedmsg-tail"]
|
||||
env:
|
||||
- name: ANITYA_WEB_CONFIG
|
||||
value: /etc/anitya/anitya.toml
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue