Jenkins tweaks

This commit is contained in:
simon987 2019-03-24 21:40:57 -04:00
parent 841394ebac
commit 019feecb03
2 changed files with 2 additions and 0 deletions

View File

@ -5,5 +5,6 @@ source env/bin/activate
python --version
pip install -r requirements.txt
git submodule init
git submodule update --remote --recursive
deactivate

View File

@ -3,6 +3,7 @@
export ODDBROOT="od-database"
screen -S oddb_web -X quit
killall -9 uwsgi
echo "starting oddb_web"
screen -S oddb_web -d -m bash -c "cd ${ODDBROOT} && uwsgi od-database.ini"
sleep 1