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
10
run.sh
10
run.sh
|
@ -2,10 +2,10 @@
|
|||
set -x
|
||||
set -e
|
||||
|
||||
source .venv/bin/activate
|
||||
|
||||
while python matchy.py
|
||||
do
|
||||
git pull
|
||||
if [ -d .venv ]; then
|
||||
python3 -m venv .venv
|
||||
fi
|
||||
source .venv/bin/activate
|
||||
python -m pip install -r requirements.txt
|
||||
done
|
||||
python matchy.py
|
||||
|
|
Loading…
Add table
Reference in a new issue