Remove the while loop from the run script
This commit is contained in:
parent
9f15b1672e
commit
715ea8c835
1 changed files with 6 additions and 6 deletions
12
run.sh
12
run.sh
|
@ -2,10 +2,10 @@
|
||||||
set -x
|
set -x
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
|
git pull
|
||||||
|
if [ -d .venv ]; then
|
||||||
|
python3 -m venv .venv
|
||||||
|
fi
|
||||||
source .venv/bin/activate
|
source .venv/bin/activate
|
||||||
|
python -m pip install -r requirements.txt
|
||||||
while python matchy.py
|
python matchy.py
|
||||||
do
|
|
||||||
git pull
|
|
||||||
python -m pip install -r requirements.txt
|
|
||||||
done
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue