From 07efbf30deee10c0f4fbee5a75ab77ef7dc39744 Mon Sep 17 00:00:00 2001 From: Marc Di Luzio Date: Sat, 10 Aug 2024 22:05:40 +0100 Subject: [PATCH] Update the run command to use the validated tag --- run.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/run.sh b/run.sh index b3a3f3d..10bbe3c 100755 --- a/run.sh +++ b/run.sh @@ -4,5 +4,6 @@ set -e while python matchy.py do - git pull + git fetch + git checkout validated done