anitya/release-monitoring: fix syntax error in cronjob command

Signed-off-by: Michal Konečný <mkonecny@redhat.com>
This commit is contained in:
Michal Konečný 2019-01-17 18:07:04 +01:00
parent a820494554
commit 8da122eadf

View file

@ -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 > /dev/null &; fedmsg-tail"]
command: ["bash", "-c", "fedmsg-tail& /usr/local/bin/anitya_cron.py > /dev/null"]
env:
- name: ANITYA_WEB_CONFIG
value: /etc/anitya/anitya.toml