mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-25 02:50:15 +08:00
[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:
@@ -72,7 +72,7 @@ items:
|
||||
pip-3 uninstall -y anitya && \
|
||||
{% if env == 'staging' %}
|
||||
# Install javascript dependencies
|
||||
pushd static && \
|
||||
pushd anitya/static && \
|
||||
npm install && \
|
||||
popd && \
|
||||
{% else %}
|
||||
|
||||
Reference in New Issue
Block a user