mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-03 01:02:07 +08:00
Don't retry if the cron failed
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
This commit is contained in:
@@ -15,7 +15,7 @@ spec:
|
||||
containers:
|
||||
- name: release-monitoring-web
|
||||
image: docker-registry.default.svc:5000/release-monitoring/release-monitoring-web:latest
|
||||
command: ["/usr/local/bin/anitya_cron.py"]
|
||||
command: ["bash", "-c", "/usr/local/bin/anitya_cron.py; echo failed"]
|
||||
env:
|
||||
- name: ANITYA_WEB_CONFIG
|
||||
value: /etc/anitya/anitya.toml
|
||||
|
||||
Reference in New Issue
Block a user