diff --git a/roles/openshift-apps/release-monitoring/files/deploymentconfig.yml b/roles/openshift-apps/release-monitoring/files/deploymentconfig.yml index 3e167e7c56..41da510444 100644 --- a/roles/openshift-apps/release-monitoring/files/deploymentconfig.yml +++ b/roles/openshift-apps/release-monitoring/files/deploymentconfig.yml @@ -206,7 +206,8 @@ items: failurePolicy: Retry execNewPod: containerName: release-monitoring-web - command: [/bin/python3, -m alembic, -c /etc/anitya/alembic.ini, current | grep '(head)'] + command: [sleep, 1000] +# command: [/bin/python3, -m alembic, -c /etc/anitya/alembic.ini, current | grep '(head)'] env: - name: ANITYA_WEB_CONFIG value: /etc/anitya/anitya.toml