summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoremkael <emkael@tlen.pl>2022-01-16 22:09:51 +0100
committeremkael <emkael@tlen.pl>2022-01-16 22:09:51 +0100
commit3495e9b672b439dde1d0f20eccee3ac54d0c678b (patch)
treea518e3e77c1f004eaf0847b3cae5b0d6f7fc3427
parentf5984560042e8ebca983273e9d0a623fff08149c (diff)
Turning off cronjobs
-rw-r--r--_cron/autocommit6
-rw-r--r--_cron/playoff2
2 files changed, 4 insertions, 4 deletions
diff --git a/_cron/autocommit b/_cron/autocommit
index a1d9b50..52e9ad0 100644
--- a/_cron/autocommit
+++ b/_cron/autocommit
@@ -1,3 +1,3 @@
-SHELL=/bin/bash
-*/10 * * * * cd $SITEPATH && source .envrc && make autocommit >> $SITEPATH/_log/autocommit.log
-SHELL=/bin/sh
+# SHELL=/bin/bash
+# */10 * * * * cd $SITEPATH && source .envrc && make autocommit >> $SITEPATH/_log/autocommit.log
+# SHELL=/bin/sh
diff --git a/_cron/playoff b/_cron/playoff
index 2fd7400..60d3f09 100644
--- a/_cron/playoff
+++ b/_cron/playoff
@@ -1,3 +1,3 @@
# SHELL=/bin/bash
-# */2 * * * * cd $SITEPATH && source .envrc && make brackets > $SITEPATH/_log/playoff.log 2>&1
+# */5 * * * * cd $SITEPATH && source .envrc && make brackets > $SITEPATH/_log/playoff.log 2>&1
# SHELL=/bin/sh