Delete start.sh

This commit is contained in:
Mathieu Broillet 2021-10-12 19:50:25 +02:00 committed by GitHub
parent fb3470e7bd
commit e7d8898ab9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,12 +0,0 @@
#!/usr/bin/env bash
set -e
cd /jarvis/
if [ $ENV_STATUS = "testing" ]; then
git pull origin master
fi
python3 -m pip install -r requirements.txt
python3 run.py