chg: [stats service deployment] do not install dev dependencies.

pull/316/head
Cédric Bonhomme 2020-07-07 22:03:47 +02:00
parent ab621b351d
commit 9698735042
No known key found for this signature in database
GPG Key ID: A1CB94DE57B7A70D
1 changed files with 1 additions and 1 deletions

View File

@ -306,7 +306,7 @@ source $HOME/.poetry/env
git clone https://github.com/monarc-project/stats-service $PATH_TO_STATS_SERVICE
cd $PATH_TO_STATS_SERVICE
poetry install
poetry install --no-dev
bash -c "cat << EOF > $PATH_TO_STATS_SERVICE/instance/production.py
HOST = '$STATS_HOST'