summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authoremkael <emkael@tlen.pl>2021-06-12 20:59:53 +0200
committeremkael <emkael@tlen.pl>2021-06-12 21:05:32 +0200
commitaa80a70ca494f5063c5b19cceb3ea8b0caa31694 (patch)
tree83db020706400c0a4e3f9ebf3574bafa3fe63cd8 /Makefile
parent4b7d785ee64b1ef9590eacf47ea91ec6c8b3c0ec (diff)
Player-team checks with magic Cezar CSV
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index e1f0e3e..8f1615f 100644
--- a/Makefile
+++ b/Makefile
@@ -9,9 +9,14 @@ autocommit: pull
players: FORCE
./dumps/import-players.sh
+teams: players FORCE
+ ./dumps/check-all-teams.sh
+
paid: players FORCE
./dumps/check-all-paid.sh
+player-checks: paid teams
+
dumps: FORCE
s3cmd -c dumps/.s3config sync ${LIGA_S3_BUCKET} dumps/sync/
./dumps/load-dumps.sh