Jenkins tweaks

This commit is contained in:
simon987
2019-03-24 20:33:37 -04:00
parent 4ffe805b8d
commit 841394ebac
6 changed files with 32 additions and 37 deletions

View File

@@ -2,8 +2,8 @@
export ODDBROOT="od-database"
screen -S oddb -X quit
screen -S oddb_web -X quit
echo "starting oddb_web"
screen -S tt_drone -d -m bash -c "cd ${ODDBROOT} && uwsgi od-database.ini"
screen -S oddb_web -d -m bash -c "cd ${ODDBROOT} && uwsgi od-database.ini"
sleep 1
screen -list