[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:
parent
31c1c7bca7
commit
05c8f26f1d
1 changed files with 1 additions and 1 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue