Update the run command to use the validated tag

This commit is contained in:
Marc Di Luzio 2024-08-10 22:05:40 +01:00
parent 30ddc4a448
commit 07efbf30de

3
run.sh
View file

@ -4,5 +4,6 @@ set -e
while python matchy.py while python matchy.py
do do
git pull git fetch
git checkout validated
done done