From 1db250dcacee3e008c61522c44300c2553ba29c8 Mon Sep 17 00:00:00 2001
From: emkael <emkael@tlen.pl>
Date: Fri, 12 Aug 2022 11:50:04 +0200
Subject: Disabling cronjobs

---
 _cron/autocommit | 2 +-
 _cron/playoff    | 3 +--
 2 files changed, 2 insertions(+), 3 deletions(-)

(limited to '_cron')

diff --git a/_cron/autocommit b/_cron/autocommit
index 4e73f89..e9b6831 100644
--- a/_cron/autocommit
+++ b/_cron/autocommit
@@ -1,3 +1,3 @@
 SHELL=/bin/bash
-*/15 * * * * cd $SITEPATH && source .envrc && make autocommit >> $SITEPATH/_log/autocommit.log
+# */15 * * * * cd $SITEPATH && source .envrc && make autocommit >> $SITEPATH/_log/autocommit.log
 SHELL=/bin/sh
diff --git a/_cron/playoff b/_cron/playoff
index 27dd7d1..1b61560 100644
--- a/_cron/playoff
+++ b/_cron/playoff
@@ -1,4 +1,3 @@
 SHELL=/bin/bash
-0 10,11,12 25 3 * touch $SITEPATH/http/_log/playoff.log.running
-*/3 * * * * cd $SITEPATH && source .envrc && cd playoff/scripts/ && ./autorun.sh
+# */3 * * * * cd $SITEPATH && source .envrc && cd playoff/scripts/ && ./autorun.sh
 SHELL=/bin/sh
-- 
cgit v1.2.3