[release-monitoring] Use the correct folder for pushd

My mistake, let's fix this.

Signed-off-by: Michal Konečný <mkonecny@redhat.com>
This commit is contained in:
Michal Konečný 2022-12-05 14:18:59 +01:00
parent 31c1c7bca7
commit 05c8f26f1d

View file

@ -72,7 +72,7 @@ items:
pip-3 uninstall -y anitya && \ pip-3 uninstall -y anitya && \
{% if env == 'staging' %} {% if env == 'staging' %}
# Install javascript dependencies # Install javascript dependencies
pushd static && \ pushd anitya/static && \
npm install && \ npm install && \
popd && \ popd && \
{% else %} {% else %}