[release-monitoring] Fix typo
Use == instead =. Signed-off-by: Michal Konečný <mkonecny@redhat.com>
This commit is contained in:
parent
11a1566b29
commit
88e9c37990
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ items:
|
||||||
# Install newer version of flask-login than what is available in Fedora 36
|
# Install newer version of flask-login than what is available in Fedora 36
|
||||||
# It has issue with werkzeug package available in Fedora
|
# It has issue with werkzeug package available in Fedora
|
||||||
# See https://github.com/maxcountryman/flask-login/pull/691 for more info
|
# See https://github.com/maxcountryman/flask-login/pull/691 for more info
|
||||||
RUN pip install Flask-Login=0.6.2
|
RUN pip install Flask-Login==0.6.2
|
||||||
RUN git clone https://github.com/fedora-infra/anitya.git && \
|
RUN git clone https://github.com/fedora-infra/anitya.git && \
|
||||||
pushd anitya && \
|
pushd anitya && \
|
||||||
{% if env == 'staging' %}
|
{% if env == 'staging' %}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue