From bf596280e472fe2fcf417a58f334b4640f16b72e Mon Sep 17 00:00:00 2001 From: Son NK <> Date: Tue, 9 Jun 2020 19:56:17 +0200 Subject: [PATCH] disable sanity check for now as it's buggy! --- crontab.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/crontab.yml b/crontab.yml index 4f5848af..fb1d4aff 100644 --- a/crontab.yml +++ b/crontab.yml @@ -35,8 +35,3 @@ jobs: schedule: "0 12 * * *" captureStderr: true - - name: SimpleLogin Sanity Check - command: python /code/cron.py -j sanity_check - shell: /bin/bash - schedule: "0 2 * * *" - captureStderr: true