release-monitoring: Use jinja staging correctly

Signed-off-by: Michal Konečný <mkonecny@redhat.com>
This commit is contained in:
Michal Konečný 2021-07-20 18:06:26 +02:00
parent 59b1f3e63e
commit 19b0a90dee

View file

@ -40,12 +40,12 @@ items:
python3-pip \
python3-psycopg2 \
{% if env == 'staging' %}
python3-semver \
{% else %}
python3-pytoml \
python3-semver \
python3-social-auth-app-flask \
python3-social-auth-app-flask-sqlalchemy \
{% else %}
python3-semver \
{% endif %}
python3-sphinxcontrib-httpdomain \
python3-sqlalchemy \