diff options
author | emkael <emkael@tlen.pl> | 2021-10-22 03:06:26 +0200 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2021-10-22 03:06:26 +0200 |
commit | 86bb0b9d17ae7b1dc0a98b2dd836e2e0adfc8a1f (patch) | |
tree | 356d83a88cab4bde6ec613c877ccd7f7e500eb71 /_cron | |
parent | b0cd66f6c50e954b497cda752dc46ae509081223 (diff) |
Revert "Autocommit"
This reverts commit b0cd66f6c50e954b497cda752dc46ae509081223.
Diffstat (limited to '_cron')
-rw-r--r-- | _cron/autocommit | 2 | ||||
-rw-r--r-- | _cron/playoff | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/_cron/autocommit b/_cron/autocommit index 5243ac8..52e9ad0 100644 --- a/_cron/autocommit +++ b/_cron/autocommit @@ -1,3 +1,3 @@ # SHELL=/bin/bash -# */5 * * * * cd $SITEPATH && source .envrc && make autocommit >> $SITEPATH/_log/autocommit.log +# */10 * * * * cd $SITEPATH && source .envrc && make autocommit >> $SITEPATH/_log/autocommit.log # SHELL=/bin/sh diff --git a/_cron/playoff b/_cron/playoff index 2a22dfa..2fd7400 100644 --- a/_cron/playoff +++ b/_cron/playoff @@ -1,3 +1,3 @@ # SHELL=/bin/bash -# */3 * * * * cd $SITEPATH && source .envrc && make brackets > $SITEPATH/_log/playoff.log 2>&1 +# */2 * * * * cd $SITEPATH && source .envrc && make brackets > $SITEPATH/_log/playoff.log 2>&1 # SHELL=/bin/sh |