jenkins tweaks

This commit is contained in:
simon987 2019-03-28 20:54:27 -04:00
parent 2046b36f9a
commit f35cc9dd5b

View File

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