From b7e10e70e4cf6f4f3c8b940034412335daa5d07e Mon Sep 17 00:00:00 2001 From: yuuki <> Date: Thu, 12 Sep 2024 03:54:32 +0000 Subject: [PATCH] =?UTF-8?q?=E5=AE=B9=E9=87=8F=E3=81=8C=E5=A2=97=E3=81=88?= =?UTF-8?q?=E3=81=99=E3=81=8E=E3=82=8B=E3=83=90=E3=82=B0=E3=82=92=E4=BF=AE?= =?UTF-8?q?=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- taiko-web-db-cron.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/taiko-web-db-cron.sh b/taiko-web-db-cron.sh index 4a65f39..fb426dc 100644 --- a/taiko-web-db-cron.sh +++ b/taiko-web-db-cron.sh @@ -4,6 +4,8 @@ set -eu test "$(docker container inspect -f '{{.State.Status}}' taiko-mongo)" = "running" +rm -rf ~/taiko-web-db +git clone --depth 1 https://codeberg.org/yuukixyz/taiko-web-db.git ~/taiko-web-db cd ~/taiko-web-db git reset --hard HEAD