Update the run command to use the validated tag
This commit is contained in:
parent
30ddc4a448
commit
07efbf30de
1 changed files with 2 additions and 1 deletions
3
run.sh
3
run.sh
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue