From 6544a73d145d7484fc578fe11bcf028358876f02 Mon Sep 17 00:00:00 2001 From: emkael Date: Wed, 8 Feb 2023 16:18:27 +0100 Subject: Carry-over checking scripts --- .gitmodules | 1 + Makefile | 3 +++ playoff | 2 +- 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index b1ada77..6fd0f4e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -7,6 +7,7 @@ [submodule "playoff"] path = playoff url = git@github.com:PZBS/liga-playoff + branch = master [submodule "boards/deal-convert"] path = boards/deal-convert url = https://github.com/emkael/deal-convert diff --git a/Makefile b/Makefile index 2138641..3380ce7 100644 --- a/Makefile +++ b/Makefile @@ -43,4 +43,7 @@ records: FORCE brackets: FORCE sudo -u www-data -- bash -c 'source .envrc && cd playoff/scripts/ && ./autorun.sh force' +carryovers: FORCE + ./playoff/scripts/pagechecks/check-all.sh ${PHASE} + FORCE: diff --git a/playoff b/playoff index 69504ad..9ee7e96 160000 --- a/playoff +++ b/playoff @@ -1 +1 @@ -Subproject commit 69504adaf837abdf823aad571a1b7539f2a4de9b +Subproject commit 9ee7e96359b0ec446efdccb65917c9d1b40b4e2c -- cgit v1.2.3