diff options
-rw-r--r-- | .envrc | bin | 400 -> 583 bytes | |||
-rw-r--r-- | .gitmodules | 3 | ||||
-rw-r--r-- | Makefile | 4 | ||||
-rw-r--r-- | _cron/playoff | 3 | ||||
m--------- | playoff | 0 |
5 files changed, 10 insertions, 0 deletions
Binary files differ diff --git a/.gitmodules b/.gitmodules index d0626d0..23436b3 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,3 +4,6 @@ [submodule "ausbutler"] path = ausbutler url = https://github.com/emkael/pzbs-liga-ausbutler +[submodule "playoff"] + path = playoff + url = git@github.com:PZBS/liga-playoff @@ -24,4 +24,8 @@ butler: dumps FORCE ausbutler: FORCE ./ausbutler/ausbutler-all.sh +playoff: FORCE + ./playoff/scripts/generate.sh + ./playoff/scripts/sync.sh + FORCE: diff --git a/_cron/playoff b/_cron/playoff new file mode 100644 index 0000000..ad35c5f --- /dev/null +++ b/_cron/playoff @@ -0,0 +1,3 @@ +SHELL=/bin/bash +*/3 * * * * cd $SITEPATH && source .envrc && make playoff >> $SITEPATH/_log/playoff.log 2>&1 +SHELL=/bin/sh diff --git a/playoff b/playoff new file mode 160000 +Subproject edc989d202aa1448741f43a3ac78ac8c56ccafb |