release-monitoring: Use jinja staging correctly
Signed-off-by: Michal Konečný <mkonecny@redhat.com>
This commit is contained in:
parent
59b1f3e63e
commit
19b0a90dee
1 changed files with 2 additions and 2 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue