summaryrefslogtreecommitdiff
path: root/_cron
diff options
context:
space:
mode:
authoremkael <emkael@tlen.pl>2022-08-12 11:50:04 +0200
committeremkael <emkael@tlen.pl>2022-08-12 11:50:04 +0200
commit1db250dcacee3e008c61522c44300c2553ba29c8 (patch)
treef7d15d372b059a0f3c6f5bcf93f7098e915ff88c /_cron
parent091d151423bdeb8ff38c3bed466ed0c54b27ff96 (diff)
Disabling cronjobs
Diffstat (limited to '_cron')
-rw-r--r--_cron/autocommit2
-rw-r--r--_cron/playoff3
2 files changed, 2 insertions, 3 deletions
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